public class JAXXComboBox.JAXXComboBoxModel extends AbstractListModel implements ComboBoxModel
listenerList| Constructor and Description |
|---|
JAXXComboBoxModel(List<Item> items) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getElementAt(int i) |
List<Item> |
getItems() |
Object |
getSelectedItem() |
int |
getSize() |
void |
setSelectedItem(Object selectedItem) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerpublic Object getElementAt(int i)
getElementAt in interface ListModelpublic Object getSelectedItem()
getSelectedItem in interface ComboBoxModelpublic void setSelectedItem(Object selectedItem)
setSelectedItem in interface ComboBoxModelCopyright © 2008–2019 Ultreia.io. All rights reserved.