de.bsvrz.sys.funclib.application
Class AbstractGUIApplication.PortComboBoxModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by de.bsvrz.sys.funclib.application.AbstractGUIApplication.PortComboBoxModel
All Implemented Interfaces:
Serializable, ComboBoxModel, ListModel
Enclosing class:
AbstractGUIApplication

private class AbstractGUIApplication.PortComboBoxModel
extends AbstractListModel
implements ComboBoxModel


Field Summary
private  AbstractGUIApplication.PreferencesModel _preferencesModel
           
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
AbstractGUIApplication.PortComboBoxModel(AbstractGUIApplication.PreferencesModel preferencesModel)
           
 
Method Summary
 Object getElementAt(int index)
           
 Object getSelectedItem()
           
 int getSize()
           
 void setSelectedItem(Object anItem)
           
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
 

Field Detail

_preferencesModel

private final AbstractGUIApplication.PreferencesModel _preferencesModel
Constructor Detail

AbstractGUIApplication.PortComboBoxModel

public AbstractGUIApplication.PortComboBoxModel(AbstractGUIApplication.PreferencesModel preferencesModel)
Method Detail

getSize

public int getSize()
Specified by:
getSize in interface ListModel

getElementAt

public Object getElementAt(int index)
Specified by:
getElementAt in interface ListModel

setSelectedItem

public void setSelectedItem(Object anItem)
Specified by:
setSelectedItem in interface ComboBoxModel

getSelectedItem

public Object getSelectedItem()
Specified by:
getSelectedItem in interface ComboBoxModel