|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MutableComboBoxModel
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 |
|---|
void addElement(java.lang.Object item)
void insertElementAt(java.lang.Object obj,
int index)
void removeElement(java.lang.Object obj)
void removeElementAt(int index)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||