Class SimpleComboBoxModel<T>

java.lang.Object
com.iamsoft.util.ui.swing.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.