Package docking.widgets.table
Class TableSortStateEditor
java.lang.Object
docking.widgets.table.TableSortStateEditor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSortedColumn
(int columnIndex) void
addSortedColumn
(int columnIndex, ColumnSortState.SortDirection direction) void
addSortedColumn
(ColumnSortState sortState) void
clear()
void
flipColumnSortDirection
(int columnIndex) getColumnSortState
(int sortStateIndex) int
boolean
isColumnSorted
(int columnIndex) iterator()
void
removeSortedColumn
(int columnIndex)
-
Constructor Details
-
TableSortStateEditor
public TableSortStateEditor() -
TableSortStateEditor
-
-
Method Details
-
addSortedColumn
-
addSortedColumn
public void addSortedColumn(int columnIndex) -
addSortedColumn
-
getColumnSortState
-
removeSortedColumn
public void removeSortedColumn(int columnIndex) -
flipColumnSortDirection
public void flipColumnSortDirection(int columnIndex) -
iterator
-
createTableSortState
-
clear
public void clear() -
isColumnSorted
public boolean isColumnSorted(int columnIndex) -
getSortedColumnCount
public int getSortedColumnCount()
-