Uses of Interface
org.jdesktop.swingx.decorator.SortController

Packages that use SortController
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 SortController in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return SortController
protected  SortController JXList.getSortController()
          returns the currently active SortController.
protected  SortController JXTable.getSortController()
          returns the currently active SortController.
 

Uses of SortController in org.jdesktop.swingx.decorator
 

Classes in org.jdesktop.swingx.decorator that implement SortController
protected  class FilterPipeline.SorterBasedSortController
           
 

Methods in org.jdesktop.swingx.decorator that return SortController
protected  SortController FilterPipeline.createDefaultSortController()
           
 SortController FilterPipeline.getSortController()