Class 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)  
    • Constructor Detail

      • NatTableComparatorChooser

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

      • isColumnIndexSorted

        public boolean isColumnIndexSorted​(int columnIndex)
      • getSortDirectionForColumnIndex

        public SortDirectionEnum getSortDirectionForColumnIndex​(int columnIndex)