Interface FilterModel<T>

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

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