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, UPDATEFields inherited from class javax.swing.AbstractListModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jdesktop.swingx.combobox.EnumComboBoxModel
setSelectedItemMethods inherited from class org.jdesktop.swingx.combobox.ListComboBoxModel
actionPerformed, getElementAt, getSelectedItem, getSizeMethods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
-
Constructor Details
-
EnumComboModel
-