Uses of Class
org.jdesktop.swingx.decorator.SortOrder
-
Packages that use SortOrder Package Description 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 SortOrder in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return SortOrder Modifier and Type Method Description SortOrderJXList. getSortOrder()Returns the SortOrder.SortOrderJXTable. getSortOrder(int columnIndex)Returns the SortOrder of the given column.SortOrderJXTable. getSortOrder(java.lang.Object identifier)Returns the SortOrder of the given column.Methods in org.jdesktop.swingx with parameters of type SortOrder Modifier and Type Method Description voidJXList. setSortOrder(SortOrder sortOrder)Sorts the list using SortOrder.voidJXTable. setSortOrder(int columnIndex, SortOrder sortOrder)Sorts the table by the given column using SortOrder.voidJXTable. setSortOrder(java.lang.Object identifier, SortOrder sortOrder)Sorts the table by the given column using the SortOrder. -
Uses of SortOrder in org.jdesktop.swingx.decorator
Fields in org.jdesktop.swingx.decorator declared as SortOrder Modifier and Type Field Description static SortOrderSortOrder. ASCENDINGstatic SortOrderSortOrder. DESCENDINGstatic SortOrderSortOrder. UNSORTEDMethods in org.jdesktop.swingx.decorator that return SortOrder Modifier and Type Method Description SortOrderFilterPipeline.SorterBasedSortController. getSortOrder(int column)SortOrderSortController. getSortOrder(int column)Get the sort order of the specified column.SortOrderSorter. getSortOrder()SortOrderSortKey. getSortOrder()The sort order, ascending, descending or unsorted.Constructors in org.jdesktop.swingx.decorator with parameters of type SortOrder Constructor Description SortKey(SortOrder sortOrder, int column)SortKey(SortOrder sortOrder, int column, java.util.Comparator comparator)
-