Class Summary |
AndFilter |
Composed set of filters, added via logical AND |
BaseFilter |
Commodity class implementing the interface IFilter on a
RowFilter |
ComposedFilter |
Abstract parent class to support the composition of multiple filters. |
NotFilter |
Composed set of filters, added via logical AND, and then NOT-ed the result |
OrFilter |
Composed set of filters, added via logical OR |
TableFilter |
TableFilter represents a RowFilter instance that can be attached to a
JTable to compose dynamically the outcome of one or more filter editors. |
UserFilter |
Commodity class to implement a custom user filter. |