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

Packages that use Sorter
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 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
protected  Sorter FilterPipeline.SorterBasedSortController.createDefaultSorter()
           
protected  Sorter FilterPipeline.SorterBasedSortController.createDefaultSorter(SortKey sortKey)
          creates a Sorter initialized with sortKey
protected  Sorter FilterPipeline.getSorter()
          Returns the sorter that the output of the filter pipeline is piped through.
 

Methods in org.jdesktop.swingx.decorator with parameters of type Sorter
protected  void FilterPipeline.setSorter(Sorter sorter)
          Sets the sorter that the output of the filter pipeline is piped through.