Uses of Class
org.jdesktop.swingx.decorator.SortKey
-
Packages that use SortKey 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 SortKey in org.jdesktop.swingx.decorator
Methods in org.jdesktop.swingx.decorator that return SortKey Modifier and Type Method Description static SortKeySortKey. getFirstSortingKey(java.util.List<? extends SortKey> keys)Returns the first SortKey in the list which is sorted.static SortKeySortKey. 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.SortKeySorter. getSortKey()Methods in org.jdesktop.swingx.decorator that return types with arguments of type SortKey Modifier and Type Method Description java.util.List<? extends SortKey>FilterPipeline.SorterBasedSortController. getSortKeys()java.util.List<? extends SortKey>SortController. getSortKeys()List the sort order by column.Methods in org.jdesktop.swingx.decorator with parameters of type SortKey Modifier and Type Method Description protected SorterFilterPipeline.SorterBasedSortController. createDefaultSorter(SortKey sortKey)creates a Sorter initialized with sortKeyvoidSorter. setSortKey(SortKey sortKey)Updates itself according to the SortKey's properties.Method parameters in org.jdesktop.swingx.decorator with type arguments of type SortKey Modifier and Type Method Description static SortKeySortKey. getFirstSortingKey(java.util.List<? extends SortKey> keys)Returns the first SortKey in the list which is sorted.static SortKeySortKey. 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.voidFilterPipeline.SorterBasedSortController. setSortKeys(java.util.List<? extends SortKey> keys)voidSortController. setSortKeys(java.util.List<? extends SortKey> keys)Set the sort order by column.
-