Class PropertyComboBoxModel<E>

java.lang.Object
javax.swing.AbstractListModel<E>
javax.swing.DefaultComboBoxModel
com.macrofocus.properties.swing.PropertyComboBoxModel<E>
All Implemented Interfaces:
Serializable, ComboBoxModel, ListModel, MutableComboBoxModel

public class PropertyComboBoxModel<E> extends DefaultComboBoxModel
Adapter class for interfacing Selection with Swing's ComboBox.
See Also:
  • Constructor Details