Package org.jdesktop.swingx
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 javax.swing.AbstractListModel
listenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElementAt
(int index) 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 Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
selectedItem
-
-
Constructor Details
-
NameComboBoxModel
private NameComboBoxModel()
-
-
Method Details
-
setSelectedItem
- Specified by:
setSelectedItem
in interfaceComboBoxModel
-
getSelectedItem
- Specified by:
getSelectedItem
in interfaceComboBoxModel
-
getElementAt
- Specified by:
getElementAt
in interfaceListModel
-
getSize
public int getSize()
-