Interface FilterComboBoxModel.ComboBoxItems<T>

Type Parameters:
T - the item type
All Superinterfaces:
FilterModel.Items<T>
Enclosing interface:
FilterComboBoxModel<T>

public static interface FilterComboBoxModel.ComboBoxItems<T> extends FilterModel.Items<T>
The items of a FilterComboBoxModel.

Note that the FilterModel.Items.included() items do not support indexed mutation - the index based add, set and remove methods throw UnsupportedOperationException, since a combo box model manages its own item order (including the null item sentinel).