Uses of Class
org.jdesktop.swingx.decorator.Sorter
-
Packages that use Sorter Package Description 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 Modifier and Type Class Description class
ShuttleSorter
Pluggable sorting filter.Methods in org.jdesktop.swingx.decorator that return Sorter Modifier and Type Method Description protected Sorter
FilterPipeline.SorterBasedSortController. createDefaultSorter()
protected Sorter
FilterPipeline.SorterBasedSortController. createDefaultSorter(SortKey sortKey)
creates a Sorter initialized with sortKeyprotected 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 Modifier and Type Method Description protected void
FilterPipeline. setSorter(Sorter sorter)
Sets the sorter that the output of the filter pipeline is piped through.
-