Package docking.widgets.table
Class TableSortStateEditor
- java.lang.Object
 - 
- docking.widgets.table.TableSortStateEditor
 
 
- 
public class TableSortStateEditor extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description TableSortStateEditor()TableSortStateEditor(TableSortState tableSortState) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSortedColumn(int columnIndex)voidaddSortedColumn(int columnIndex, ColumnSortState.SortDirection direction)voidaddSortedColumn(ColumnSortState sortState)voidclear()TableSortStatecreateTableSortState()voidflipColumnSortDirection(int columnIndex)ColumnSortStategetColumnSortState(int sortStateIndex)intgetSortedColumnCount()booleanisColumnSorted(int columnIndex)java.util.Iterator<ColumnSortState>iterator()voidremoveSortedColumn(int columnIndex) 
 - 
 
- 
- 
Constructor Detail
- 
TableSortStateEditor
public TableSortStateEditor()
 
- 
TableSortStateEditor
public TableSortStateEditor(TableSortState tableSortState)
 
 - 
 
- 
Method Detail
- 
addSortedColumn
public void addSortedColumn(ColumnSortState sortState)
 
- 
addSortedColumn
public void addSortedColumn(int columnIndex)
 
- 
addSortedColumn
public void addSortedColumn(int columnIndex, ColumnSortState.SortDirection direction) 
- 
getColumnSortState
public ColumnSortState getColumnSortState(int sortStateIndex)
 
- 
removeSortedColumn
public void removeSortedColumn(int columnIndex)
 
- 
flipColumnSortDirection
public void flipColumnSortDirection(int columnIndex)
 
- 
iterator
public java.util.Iterator<ColumnSortState> iterator()
 
- 
createTableSortState
public TableSortState createTableSortState()
 
- 
clear
public void clear()
 
- 
isColumnSorted
public boolean isColumnSorted(int columnIndex)
 
- 
getSortedColumnCount
public int getSortedColumnCount()
 
 - 
 
 -