Example usage for Java javax.swing ComboBoxModel fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addListDataListener(ListDataListener l) Adds a listener to the list that's notified each time a change to the data model occurs. |
E | getElementAt(int index) Returns the value at the specified index. |
Object | getSelectedItem() Returns the selected item |
int | getSize() Returns the length of the list. |
void | setSelectedItem(Object anItem) Set the selected item. |