Interface SwingFilterComboBoxModel<T>

Type Parameters:
T - the type of values in this combo box model
All Superinterfaces:
ComboBoxModel<T>, FilterComboBoxModel<T>, FilterModel<T>, ListModel<T>
All Known Subinterfaces:
SwingEntityComboBoxModel

public interface SwingFilterComboBoxModel<T> extends FilterComboBoxModel<T>, ComboBoxModel<T>
A Swing ComboBoxModel based on the UI-agnostic FilterComboBoxModel, adding the ComboBoxModel interface — mirroring how SwingFilterTableModel extends TableModel. The rich model logic (items, selection, filtering) lives in the common module; this only adds the Swing coat.
See Also: