Class NatTableComparatorChooser<T>

java.lang.Object
ca.odell.glazedlists.gui.AbstractTableComparatorChooser<T>
org.eclipse.nebula.widgets.nattable.extension.glazedlists.NatTableComparatorChooser<T>

public class NatTableComparatorChooser<T> extends ca.odell.glazedlists.gui.AbstractTableComparatorChooser<T>
  • Field Summary

    Fields inherited from class ca.odell.glazedlists.gui.AbstractTableComparatorChooser

    MULTIPLE_COLUMN_KEYBOARD, MULTIPLE_COLUMN_MOUSE, MULTIPLE_COLUMN_MOUSE_WITH_UNDO, SINGLE_COLUMN, sortedList, sortedListComparator, sortingState
  • Constructor Summary

    Constructors
    Constructor
    Description
    NatTableComparatorChooser(ca.odell.glazedlists.SortedList<T> sortedList, ca.odell.glazedlists.gui.TableFormat<T> tableFormat)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    isColumnIndexSorted(int columnIndex)
     

    Methods inherited from class ca.odell.glazedlists.gui.AbstractTableComparatorChooser

    appendComparator, clearComparator, createComparatorForElement, createSortingState, dispose, fromString, getColumnComparatorIndex, getComparatorsForColumn, getSortingColumns, getSortingStyle, isColumnReverse, rebuildComparator, redetectComparator, setTableFormat, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NatTableComparatorChooser

      public NatTableComparatorChooser(ca.odell.glazedlists.SortedList<T> sortedList, ca.odell.glazedlists.gui.TableFormat<T> tableFormat)
  • Method Details

    • isColumnIndexSorted

      public boolean isColumnIndexSorted(int columnIndex)
    • getSortDirectionForColumnIndex

      public SortDirectionEnum getSortDirectionForColumnIndex(int columnIndex)