|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Mutable ComboBox Model.
Method Summary | |
void |
addElement(java.lang.Object object)
Adds specified object to the model. |
void |
insertElementAt(java.lang.Object object,
int index)
Inserts specified object at the specified index. |
void |
removeElement(java.lang.Object object)
Removes specified object from the model. |
void |
removeElementAt(int index)
Removes object specified by index. |
Methods inherited from interface yu.ac.bg.etf.javaqx.qswing.ComboBoxModel |
getSelectedItem, setSelectedItem |
Methods inherited from interface yu.ac.bg.etf.javaqx.qswing.list.ListModel |
addListDataListener, getElementAt, getSize, removeListDataListener |
Method Detail |
public void addElement(java.lang.Object object)
object
- the object to be addedpublic void removeElement(java.lang.Object object)
object
- the object to be removedpublic void insertElementAt(java.lang.Object object, int index)
object
- the object to insertindex
- the object indexpublic void removeElementAt(int index)
index
- the object index
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |