Package com.macrofocus.selection.swing
Class SingleSelectionComboBoxModel<E>
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
com.macrofocus.selection.swing.SingleSelectionComboBoxModel<E>
- All Implemented Interfaces:
Serializable,ComboBoxModel,ListModel,MutableComboBoxModel
Adapter class for interfacing Selection with Swing's ComboBox.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList -
Constructor Summary
ConstructorsConstructorDescriptionSingleSelectionComboBoxModel(MutableProperty<E> selection, E... values) SingleSelectionComboBoxModel(MutableProperty<E> selection, Iterable<E> values) SingleSelectionComboBoxModel(MutableSingleSelection<E> selection, E... values) SingleSelectionComboBoxModel(MutableSingleSelection<E> selection, Iterable<E> values) -
Method Summary
Methods inherited from class javax.swing.DefaultComboBoxModel
addAll, addAll, addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItemMethods 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
-
SingleSelectionComboBoxModel
-
SingleSelectionComboBoxModel
-
SingleSelectionComboBoxModel
-
SingleSelectionComboBoxModel
-