Package docking.widgets.table
Class TableSortingContext<T>
java.lang.Object
docking.widgets.table.TableSortingContext<T>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisReverseOf(TableSortingContext<T> otherContext) booleanReturns 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
 
 -