Package com.treemap.swing
Class VariablesComboBoxModel<E>
java.lang.Object
javax.swing.AbstractListModel<E>
javax.swing.DefaultComboBoxModel
com.treemap.swing.VariablesComboBoxModel<E>
- All Implemented Interfaces:
Serializable
,ComboBoxModel
,ListModel
,MutableComboBoxModel
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
Constructor Summary
ConstructorsConstructorDescriptionVariablesComboBoxModel
(TreeMapModel model, MutableSelection<E> selection, boolean includeNone, Condition<TreeMapField> condition) VariablesComboBoxModel
(TreeMapModel model, MutableSingleSelection<E> selection, boolean includeNone, Condition<TreeMapField> condition) -
Method Summary
Methods inherited from class javax.swing.DefaultComboBoxModel
addAll, addAll, addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem
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
-
VariablesComboBoxModel
public VariablesComboBoxModel(TreeMapModel model, MutableSelection<E> selection, boolean includeNone, Condition<TreeMapField> condition) -
VariablesComboBoxModel
public VariablesComboBoxModel(TreeMapModel model, MutableSingleSelection<E> selection, boolean includeNone, Condition<TreeMapField> condition)
-