Uses of Class
org.jdesktop.swingx.decorator.FilterPipeline
-
Packages that use FilterPipeline Package Description org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications.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 FilterPipeline in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as FilterPipeline Modifier and Type Field Description protected FilterPipelineJXList. filtersThe pipeline holding the filters.protected FilterPipelineJXTable. filtersThe FilterPipeline for the table.protected FilterPipelineJXTree. filtersMethods in org.jdesktop.swingx that return FilterPipeline Modifier and Type Method Description FilterPipelineJXList. getFilters()FilterPipelineJXTable. getFilters()Returns the FilterPipeline for the table.Methods in org.jdesktop.swingx with parameters of type FilterPipeline Modifier and Type Method Description voidJXList. setFilters(FilterPipeline pipeline)Sets the FilterPipeline for filtering the items of this list, maybe null to remove all previously applied filters.voidJXTable. setFilters(FilterPipeline pipeline)Sets the FilterPipeline for filtering table rows, maybe null to remove all previously applied filters.voidJXTreeTable. setFilters(FilterPipeline pipeline)overridden to do nothing. -
Uses of FilterPipeline in org.jdesktop.swingx.decorator
Fields in org.jdesktop.swingx.decorator declared as FilterPipeline Modifier and Type Field Description protected FilterPipelineFilter. pipelineMethods in org.jdesktop.swingx.decorator that return FilterPipeline Modifier and Type Method Description protected FilterPipelineFilter. getPipeline()Methods in org.jdesktop.swingx.decorator with parameters of type FilterPipeline Modifier and Type Method Description voidDefaultSelectionMapper. setFilters(FilterPipeline pipeline)voidSelectionMapper. setFilters(FilterPipeline pipeline)Install the new filter pipeline and map the newly filtered data towards the view.voidSizeSequenceMapper. setFilters(FilterPipeline pipeline)Constructors in org.jdesktop.swingx.decorator with parameters of type FilterPipeline Constructor Description DefaultSelectionMapper(FilterPipeline pipeline, javax.swing.ListSelectionModel selection)PRE: selection != null;SizeSequenceMapper(FilterPipeline pipeline)SizeSequenceMapper(FilterPipeline pipeline, javax.swing.SizeSequence selection, int defaultHeight)
-