| Package | Description |
|---|---|
| net.coderazzi.filters | |
| net.coderazzi.filters.gui | |
| net.coderazzi.filters.parser |
| Class and Description |
|---|
| AndFilter
Composed set of filters, added via logical AND.
|
| ComposedFilter
Abstract parent class to support the composition of multiple filters.
|
| Filter |
| IFilter
Interface to be implemented by any instance holding a filter than can be
updated dynamically.
|
| IFilterObserver
A IFilterObserver instance receives notifications when the associated
IFilter instance updates the held filter. |
| IParser.InstantFilter
Helper class used on
IParser.parseInstantText(String). |
| Class and Description |
|---|
| AndFilter
Composed set of filters, added via logical AND.
|
| ComposedFilter
Abstract parent class to support the composition of multiple filters.
|
| Filter |
| IFilter
Interface to be implemented by any instance holding a filter than can be
updated dynamically.
|
| IFilterObserver
A IFilterObserver instance receives notifications when the associated
IFilter instance updates the held filter. |
| IParser
Interface defining the requirements on text parsing for filter expressions.
|
| Class and Description |
|---|
| IParser
Interface defining the requirements on text parsing for filter expressions.
|
| IParser.InstantFilter
Helper class used on
IParser.parseInstantText(String). |