Uses of Class
org.jdesktop.swingx.decorator.Filter

Packages that use Filter
org.jdesktop.swingx.decorator Contains API used to implement coordinated sorting, filtering and highlighting of the extended Swing cell-rendering component classes JXTable, JXTreeTable, JXTree, and JXList. 
 

Uses of Filter in org.jdesktop.swingx.decorator
 

Subclasses of Filter in org.jdesktop.swingx.decorator
static class FilterPipeline.IdentityFilter
           
 class PatternFilter
          Pluggable pattern filter.
 class ShuttleSorter
          Pluggable sorting filter.
 class Sorter
          Pluggable sorting filter.
 

Methods in org.jdesktop.swingx.decorator that return Filter
protected  Filter Filter.getMappingFilter()
          Returns the filter to use for accessing input.
 

Methods in org.jdesktop.swingx.decorator with parameters of type Filter
protected  void FilterPipeline.filterChanged(Filter filter)
          Called when the specified filter has changed.
 

Constructors in org.jdesktop.swingx.decorator with parameters of type Filter
FilterPipeline(Filter... inList)
          Constructs a new FilterPipeline populated with the specified filters that are applied in the order they appear in the list.