Class SortedComboBoxModel<T>

java.lang.Object
com.illumon.iris.gui.widget.SortedComboBoxModel<T>
Type Parameters:
T -
All Implemented Interfaces:
ComboBoxModel<T>, ListModel<T>, MutableComboBoxModel<T>

public class SortedComboBoxModel<T> extends Object implements MutableComboBoxModel<T>
A ComboBoxModel that maintains it's items in a sorted order.