Interface FilterModel<T>

Type Parameters:
T - the type of items in the model.
All Known Subinterfaces:
EntityComboBoxModel, EntityTableModel<E,R>, FilterComboBoxModel<T>, FilterListModel<T>, FilterTableModel<R,C>, SwingEntityComboBoxModel, SwingFilterComboBoxModel<T>, SwingFilterListModel<T>, SwingFilterTableModel<R,C>
All Known Implementing Classes:
AbstractEntityTableModel, SwingEntityTableModel

public interface FilterModel<T>
Specifies a data model that can be filtered to exclude some or all of the items it contains.