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

Packages that use Sorter
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. 
org.jdesktop.swingx.table Contains API required by the extended JTable component, JXTable. 
 

Uses of Sorter in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return Sorter
 Sorter JXTable.getSorter(int columnIndex)
          Returns the interactive sorter if it is set from the given column.
 

Uses of Sorter in org.jdesktop.swingx.decorator
 

Subclasses of Sorter in org.jdesktop.swingx.decorator
 class ShuttleSorter
          Pluggable sorting filter.
 

Methods in org.jdesktop.swingx.decorator that return Sorter
 Sorter FilterPipeline.getSorter()
          returns the interactive sorter or null if none is set.
 

Methods in org.jdesktop.swingx.decorator with parameters of type Sorter
protected  void ShuttleSorter.adopt(Sorter oldSorter)
          Adopts the row mappings of the specified sorter by cloning the mappings.
protected abstract  void Sorter.adopt(Sorter oldSorter)
          Adopts the row mappings of the specified sorter by cloning the mappings.
 void Sorter.interpose(FilterPipeline filters, ComponentAdapter adapter, Sorter oldSorter)
          Deprecated. - use filterPipeline.setSorter instead
 void FilterPipeline.setSorter(Sorter sorter)
          Sets the sorter that the output of the filter pipeline is piped through.
 

Uses of Sorter in org.jdesktop.swingx.table
 

Fields in org.jdesktop.swingx.table declared as Sorter
protected  Sorter TableColumnExt.sorter
           
 

Methods in org.jdesktop.swingx.table that return Sorter
 Sorter TableColumnExt.getSorter()