java.lang.Object
is.codion.swing.common.model.component.combobox.ItemComboBoxModel<T>
Type Parameters:
T - the type of value wrapped by this combo box models items
All Implemented Interfaces:
FilterModel<Item<T>>, FilterComboBoxModel<Item<T>>, ComboBoxModel<Item<T>>, ListModel<Item<T>>

public final class ItemComboBoxModel<T> extends Object
A ComboBoxModel implementation based on the Item class.
See Also: