Interface FilterModel<T>

Type Parameters:
T - the type of items in the model.
All Known Subinterfaces:
EntityComboBoxModel, EntityTableModel<M,E,T,R>, FilterComboBoxModel<T>, FilterListModel<T>, FilterTableModel<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.