
class SavedSettingsTabPanel.SettingsComboboxModel extends AbstractListModel implements ComboBoxModel
| Modifier and Type | Field and Description | 
|---|---|
| protected String | selectedSelected entry | 
| private static long | serialVersionUIDSerial version | 
| protected SavedSettingsFile | storeSettings storage | 
listenerList| Constructor and Description | 
|---|
| SavedSettingsTabPanel.SettingsComboboxModel(SavedSettingsFile store)Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getElementAt(int index) | 
| String | getSelectedItem() | 
| int | getSize() | 
| void | setSelectedItem(Object anItem) | 
| void | update()Force an update | 
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerprivate static final long serialVersionUID
protected SavedSettingsFile store
protected String selected
public SavedSettingsTabPanel.SettingsComboboxModel(SavedSettingsFile store)
store - Store to accesspublic String getSelectedItem()
getSelectedItem in interface ComboBoxModelpublic void setSelectedItem(Object anItem)
setSelectedItem in interface ComboBoxModelpublic Object getElementAt(int index)
getElementAt in interface ListModelpublic void update()