|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A mutable version of ComboBoxModel.
| Method Summary | |
void |
addElement(java.lang.Object item)
Add an item to the end of the model. |
void |
insertElementAt(java.lang.Object obj,
int index)
Insert an item at the specified index. |
void |
removeElement(java.lang.Object obj)
Remove the specified object from the model. |
void |
removeElementAt(int index)
Remove the item at the specified index. |
| Methods inherited from interface charvax.swing.ComboBoxModel |
getSelectedItem, setSelectedItem |
| Methods inherited from interface charvax.swing.ListModel |
addListDataListener, getElementAt, getSize, removeListDataListener |
| Method Detail |
public void addElement(java.lang.Object item)
public void insertElementAt(java.lang.Object obj,
int index)
public void removeElement(java.lang.Object obj)
public void removeElementAt(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||