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 AbstractListModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetElementAt(int index) intgetSize()voidvoidsetSelectedItem(Object anItem) Methods inherited from class AbstractListModel
fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners
-
Field Details
-
delegate
-
selectedItem
-
-
Constructor Details
-
ListModelComboBoxWrapper
-
-
Method Details
-
getSize
-
getElementAt
- Specified by:
getElementAtin interfaceListModel
-
addListDataListener
- Specified by:
addListDataListenerin interfaceListModel- Overrides:
addListDataListenerin classAbstractListModel
-
removeListDataListener
- Specified by:
removeListDataListenerin interfaceListModel- Overrides:
removeListDataListenerin classAbstractListModel
-
setSelectedItem
- Specified by:
setSelectedItemin interfaceComboBoxModel
-
getSelectedItem
- Specified by:
getSelectedItemin interfaceComboBoxModel
-