Class SimpleComboBoxModel<T>

  • Type Parameters:
    T - the type of the elements of this model
    All Implemented Interfaces:
    ComboBoxModel<T>, ListModel<T>

    public class SimpleComboBoxModel<T>
    extends Object
    implements ComboBoxModel<T>
    A list model which can store a selected object.