Method Summary |
|
public void | addElement(Object anObject) |
public void | contentsChanged() |
public Object | getElementAt(int index) |
public int | getIndexOf(Object anObject) Returns the index-position of the specified object in the list. |
public Object | getSelectedItem() |
public int | getSize() |
public void | insertElementAt(Object anObject, int index) |
public void | removeAllElements() Empties the list. |
public void | removeElement(Object anObject) |
public void | removeElementAt(int index) |
public void | setElements(Object[] items) |
public void | setElements(Vector elements) |
public void | setSelectedItem(Object anObject) Set the value of the selected item. |