Interface FilterComboBoxModel.ItemComboBoxModelBuilder<T>

Type Parameters:
T - the item type
Enclosing interface:
FilterComboBoxModel<T>

public static interface FilterComboBoxModel.ItemComboBoxModelBuilder<T>

Builds FilterComboBoxModel implementations based on the Item class.

Note that item combo box models are unsorted by default, the provided items are assumed to be ordered.

Use sorted(boolean) or sorted(Comparator) for a sorted combo box model.