|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComboBoxModel
ComboBoxDataModel is a ListModel with a selected item. This selected item is in the model since it is not always in the item list.
| Method Summary | |
|---|---|
java.lang.Object |
getSelectedItem()
Return the selected item. |
void |
setSelectedItem(java.lang.Object anItem)
Set the selected item |
| Methods inherited from interface charvax.swing.ListModel |
|---|
addListDataListener, getElementAt, getSize, removeListDataListener |
| Method Detail |
|---|
java.lang.Object getSelectedItem()
void setSelectedItem(java.lang.Object anItem)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||