Class TableSortStateEditor

java.lang.Object
docking.widgets.table.TableSortStateEditor

public class TableSortStateEditor extends Object
  • Constructor Details

    • TableSortStateEditor

      public TableSortStateEditor()
    • TableSortStateEditor

      public TableSortStateEditor(TableSortState tableSortState)
  • Method Details

    • 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 Iterator<ColumnSortState> iterator()
    • createTableSortState

      public TableSortState createTableSortState()
    • clear

      public void clear()
    • isColumnSorted

      public boolean isColumnSorted(int columnIndex)
    • getSortedColumnCount

      public int getSortedColumnCount()