public class SortingStatus
extends java.lang.Object
SortableTableView.| Modifier and Type | Method and Description |
|---|---|
int |
getSortedColumnIndex()
Gives the column index, by which the
SortableTableView is currently sorted. |
SortingOrder |
getSortedOrder()
Gives the order in which the
SortableTableView is currently sorted. |
boolean |
isTableSorted()
Indicates whether or not the
SortableTableView is currently sorted. |
public boolean isTableSorted()
SortableTableView is currently sorted.TRUE if the SortableTableView is currently sorted, FALSE if the table
is currently unsorted.public int getSortedColumnIndex()
SortableTableView is currently sorted.SortableTableView is currently sorted or -1 if the table is not sorted.public SortingOrder getSortedOrder()
SortableTableView is currently sorted.SortableTableView is currently sorted or NULL if the table
is not sorted.