Uses of Class
net.coderazzi.filters.Filter

Packages that use Filter
net.coderazzi.filters   
net.coderazzi.filters.gui   
 

Uses of Filter in net.coderazzi.filters
 

Subclasses of Filter in net.coderazzi.filters
 class AndFilter
          Composed set of filters, added via logical AND.
 class ComposedFilter
          Abstract parent class to support the composition of multiple filters.
 class NotFilter
          Composed set of filters, added via logical AND, and then NOT-ed the result.
 class OrFilter
          Composed set of filters, added via logical OR.
 

Uses of Filter in net.coderazzi.filters.gui
 

Subclasses of Filter in net.coderazzi.filters.gui
 class FiltersHandler
          FiltersHandler represents a RowFilter instance that can be attached to a JTable to compose dynamically the outcome of one or more filter editors.
 

Methods in net.coderazzi.filters.gui with parameters of type Filter
 boolean FiltersHandler.applyEditorFilter(Filter filter)
          Applies the passed filter, from an associated editor, and, on success, reports it to observers.