Class JXLoginPane.ComboNamePanel.NameComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
org.jdesktop.swingx.JXLoginPane.ComboNamePanel.NameComboBoxModel
- All Implemented Interfaces:
Serializable, ComboBoxModel, ListModel
- Enclosing class:
JXLoginPane.ComboNamePanel
private final class JXLoginPane.ComboNamePanel.NameComboBoxModel
extends AbstractListModel
implements ComboBoxModel
-
Field Summary
FieldsFields inherited from class AbstractListModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElementAt(int index) intgetSize()voidsetSelectedItem(Object anItem) Methods inherited from class AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ListModel
addListDataListener, removeListDataListener
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
selectedItem
-
-
Constructor Details
-
NameComboBoxModel
private NameComboBoxModel()
-
-
Method Details
-
setSelectedItem
- Specified by:
setSelectedItemin interfaceComboBoxModel
-
getSelectedItem
- Specified by:
getSelectedItemin interfaceComboBoxModel
-
getElementAt
- Specified by:
getElementAtin interfaceListModel
-
getSize
-