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, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerprivate final AbstractGUIApplication.PreferencesModel _preferencesModel
public AbstractGUIApplication.PortComboBoxModel(AbstractGUIApplication.PreferencesModel preferencesModel)
public Object getElementAt(int index)
getElementAt in interface ListModelpublic void setSelectedItem(Object anItem)
setSelectedItem in interface ComboBoxModelpublic Object getSelectedItem()
getSelectedItem in interface ComboBoxModel