private class AbstractGUIApplication.PortComboBoxModel extends AbstractListModel implements ComboBoxModel
Modifier and Type | Field and Description |
---|---|
private AbstractGUIApplication.PreferencesModel |
_preferencesModel |
listenerList
Constructor and Description |
---|
AbstractGUIApplication.PortComboBoxModel(AbstractGUIApplication.PreferencesModel preferencesModel) |
Modifier and Type | Method and Description |
---|---|
Object |
getElementAt(int index) |
Object |
getSelectedItem() |
int |
getSize() |
void |
setSelectedItem(Object anItem) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListDataListener, removeListDataListener
private final AbstractGUIApplication.PreferencesModel _preferencesModel
public AbstractGUIApplication.PortComboBoxModel(AbstractGUIApplication.PreferencesModel preferencesModel)
public Object getElementAt(int index)
getElementAt
in interface ListModel
public void setSelectedItem(Object anItem)
setSelectedItem
in interface ComboBoxModel
public Object getSelectedItem()
getSelectedItem
in interface ComboBoxModel