Package org.jdesktop.swingx.combobox
Class ListModelComboBoxWrapper
java.lang.Object
javax.swing.AbstractListModel
org.jdesktop.swingx.combobox.ListModelComboBoxWrapper
- All Implemented Interfaces:
Serializable
,ComboBoxModel
,ListModel
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.AbstractListModel
listenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getElementAt
(int index) int
getSize()
void
void
setSelectedItem
(Object anItem) Methods inherited from class javax.swing.AbstractListModel
fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners
-
Field Details
-
delegate
-
selectedItem
-
-
Constructor Details
-
ListModelComboBoxWrapper
-
-
Method Details
-
getSize
public int getSize() -
getElementAt
- Specified by:
getElementAt
in interfaceListModel
-
addListDataListener
- Specified by:
addListDataListener
in interfaceListModel
- Overrides:
addListDataListener
in classAbstractListModel
-
removeListDataListener
- Specified by:
removeListDataListener
in interfaceListModel
- Overrides:
removeListDataListener
in classAbstractListModel
-
setSelectedItem
- Specified by:
setSelectedItem
in interfaceComboBoxModel
-
getSelectedItem
- Specified by:
getSelectedItem
in interfaceComboBoxModel
-