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 | Method and Description |
---|---|
static SortKey |
SortKey.getFirstSortingKey(java.util.List<? extends SortKey> keys)
Returns the first SortKey in the list which is sorted.
|
static SortKey |
SortKey.getFirstSortKeyForColumn(java.util.List<? extends SortKey> keys,
int modelColumn)
Returns the first SortKey in the list for the given column,
or null if the column has no SortKey.
|
SortKey |
Sorter.getSortKey() |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends SortKey> |
FilterPipeline.SorterBasedSortController.getSortKeys() |
java.util.List<? extends SortKey> |
SortController.getSortKeys()
List the sort order by column.
|
Modifier and Type | Method and Description |
---|---|
protected Sorter |
FilterPipeline.SorterBasedSortController.createDefaultSorter(SortKey sortKey)
creates a Sorter initialized with sortKey
|
void |
Sorter.setSortKey(SortKey sortKey)
Updates itself according to the SortKey's properties.
|
Modifier and Type | Method and Description |
---|---|
static SortKey |
SortKey.getFirstSortingKey(java.util.List<? extends SortKey> keys)
Returns the first SortKey in the list which is sorted.
|
static SortKey |
SortKey.getFirstSortKeyForColumn(java.util.List<? extends SortKey> keys,
int modelColumn)
Returns the first SortKey in the list for the given column,
or null if the column has no SortKey.
|
void |
FilterPipeline.SorterBasedSortController.setSortKeys(java.util.List<? extends SortKey> keys) |
void |
SortController.setSortKeys(java.util.List<? extends SortKey> keys)
Set the sort order by column.
|