Uses of Class
org.jdesktop.swingx.decorator.Filter
-
Packages that use Filter Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description protected Filter
Filter. getMappingFilter()
Returns the filter to use for accessing input.Methods in org.jdesktop.swingx.decorator with parameters of type Filter Modifier and Type Method Description protected void
FilterPipeline. filterChanged(Filter filter)
Called when the specified filter has changed.Constructors in org.jdesktop.swingx.decorator with parameters of type Filter Constructor Description FilterPipeline(Filter... inList)
Constructs a newFilterPipeline
populated with the specified filters that are applied in the order they appear in the list.
-