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

Packages that use FilterPipeline
org.jdesktop.jdnc Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. 
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.jdnc
 

Methods in org.jdesktop.jdnc that return FilterPipeline
 FilterPipeline JNTable.getFilters()
           
 

Methods in org.jdesktop.jdnc with parameters of type FilterPipeline
 void JNTreeTable.setFilters(FilterPipeline pipeline)
           
 void JNTable.setFilters(FilterPipeline pipeline)
           
 

Uses of FilterPipeline in org.jdesktop.swingx
 

Fields in org.jdesktop.swingx declared as FilterPipeline
protected  FilterPipeline JXTree.filters
           
protected  FilterPipeline JXTable.filters
          The FilterPipeline for the table.
protected  FilterPipeline JXList.filters
          The pipeline holding the filters.
 

Methods in org.jdesktop.swingx that return FilterPipeline
 FilterPipeline JXTable.getFilters()
          Returns the FilterPipeline for the table.
 FilterPipeline JXList.getFilters()
           
 

Methods in org.jdesktop.swingx with parameters of type FilterPipeline
 void JXTable.setFilters(FilterPipeline pipeline)
          Sets the FilterPipeline for filtering table rows.
 void JXList.setFilters(FilterPipeline pipeline)
          Sets the FilterPipeline for filtering table rows.
 

Uses of FilterPipeline in org.jdesktop.swingx.decorator
 

Fields in org.jdesktop.swingx.decorator declared as FilterPipeline
protected  FilterPipeline Filter.pipeline
           
 

Methods in org.jdesktop.swingx.decorator that return FilterPipeline
protected  FilterPipeline Filter.getPipeline()
           
 

Methods in org.jdesktop.swingx.decorator with parameters of type FilterPipeline
 void Sorter.interpose(FilterPipeline filters, ComponentAdapter adapter, Sorter oldSorter)
          Deprecated. - use filterPipeline.setSorter instead
 void SizeSequenceMapper.setFilters(FilterPipeline pipeline)
           
 void SelectionMapper.setFilters(FilterPipeline pipeline)
           
 

Constructors in org.jdesktop.swingx.decorator with parameters of type FilterPipeline
SelectionMapper(FilterPipeline pipeline, javax.swing.ListSelectionModel selection)
          PRE: selection != null;
SizeSequenceMapper(FilterPipeline pipeline)
           
SizeSequenceMapper(FilterPipeline pipeline, javax.swing.SizeSequence selection, int defaultHeight)
           
 



Copyright © 2005 Sun Microsystems All Rights Reserved.