Class EnumComboModel<E extends Enum<E>>
java.lang.Object
javax.swing.AbstractListModel
org.jdesktop.swingx.combobox.ListComboBoxModel<E>
org.jdesktop.swingx.combobox.EnumComboBoxModel<E>
fr.ifremer.isisfish.ui.models.common.EnumComboModel<E>
- Type Parameters:
E
- enum type
- All Implemented Interfaces:
ActionListener
,Serializable
,EventListener
,ComboBoxModel
,ListModel
public class EnumComboModel<E extends Enum<E>>
extends org.jdesktop.swingx.combobox.EnumComboBoxModel<E>
Just a delegator class to not use external API in Isis.
- See Also:
-
Field Summary
Fields inherited from class org.jdesktop.swingx.combobox.ListComboBoxModel
data, selected, UPDATE
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jdesktop.swingx.combobox.EnumComboBoxModel
setSelectedItem
Methods inherited from class org.jdesktop.swingx.combobox.ListComboBoxModel
actionPerformed, getElementAt, getSelectedItem, getSize
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
-
Constructor Details
-
EnumComboModel
-