Package com.sciapp.filter

Provides classes that act as filters in order to be used by FilterTableModel.

See:
          Description

Interface Summary
Filter This interface defines the methods any general filter should implement.
TableFilterListener TableFilterListener is the listener that is notified when filtering of the row data of a JTable has been requested or cancelled.
 

Class Summary
AndTableFilter A TableFilter that implements the logical AND operator on individual TableFilters.
BooleanFilter A boolean filter.
FilterTablePanel FilterTablePanel is a panel through which filter events are propagated to a FilterTableModel.
NotTableFilter A TableFilter that implements the logical NEGATION operator.
NumericFilter A general numeric filter.
OrTableFilter A TableFilter that implements the logical OR operator on individual TableFilters.
StringFilter A string filter.
TableFilter TableFilter is used in order to filter the rows of a JTable.
 

Package com.sciapp.filter Description

Provides classes that act as filters in order to be used by FilterTableModel.