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 classFilterPipeline.IdentityFilterclassPatternFilterPluggable pattern filter.classShuttleSorterPluggable sorting filter.classSorterPluggable sorting filter.Methods in org.jdesktop.swingx.decorator that return Filter Modifier and Type Method Description protected FilterFilter. 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 voidFilterPipeline. 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 newFilterPipelinepopulated with the specified filters that are applied in the order they appear in the list.
-