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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ShuttleSorter |
Pluggable sorting filter.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
FilterPipeline.setSorter(Sorter sorter) |
Sets the sorter that the output of the filter pipeline is piped through.
|