Uses of Package
net.coderazzi.filters

Packages that use net.coderazzi.filters
net.coderazzi.filters   
net.coderazzi.filters.gui   
net.coderazzi.filters.gui.editor   
net.coderazzi.filters.parser   
 

Classes in net.coderazzi.filters used by net.coderazzi.filters
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.
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.
TableFilter
          TableFilter represents a RowFilter instance that can be attached to a JTable to compose dynamically the outcome of one or more filter editors.
 

Classes in net.coderazzi.filters used by net.coderazzi.filters.gui
IFilterTextParser
          Interface defining the requirements on text parsing for filter expressions.
TableFilter
          TableFilter represents a RowFilter instance that can be attached to a JTable to compose dynamically the outcome of one or more filter editors.
 

Classes in net.coderazzi.filters used by net.coderazzi.filters.gui.editor
IFilter
          Interface to be implemented by any instance holding a filter than can be updated dynamically.
IFilterTextParser
          Interface defining the requirements on text parsing for filter expressions.
 

Classes in net.coderazzi.filters used by net.coderazzi.filters.parser
IFilterTextParser
          Interface defining the requirements on text parsing for filter expressions.