Package docking.widgets.table
Class TableSortingContext<T>
java.lang.Object
docking.widgets.table.TableSortingContext<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
isReverseOf
(TableSortingContext<T> otherContext) boolean
Returns true if there are no columns marked as sorted, which represents a 'no sort' statetoString()
-
Constructor Details
-
TableSortingContext
-
-
Method Details
-
getComparator
-
getSortState
-
isUnsorted
public boolean isUnsorted()Returns true if there are no columns marked as sorted, which represents a 'no sort' state- Returns:
- true if there are no columns sorted
-
isReverseOf
-
equals
-
hashCode
public int hashCode() -
toString
-