Class ObjectTableRowSorter<T>


  • public class ObjectTableRowSorter<T>
    extends javax.swing.table.TableRowSorter<IObjectTableModel<T>>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.DefaultRowSorter

        javax.swing.DefaultRowSorter.ModelWrapper<M extends java.lang.Object,​I extends java.lang.Object>
      • Nested classes/interfaces inherited from class javax.swing.RowSorter

        javax.swing.RowSorter.SortKey
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IBooleanDistributor getSortStateModel()  
      void toggleSortOrder​(int column)  
      • Methods inherited from class javax.swing.table.TableRowSorter

        getComparator, getStringConverter, setModel, setStringConverter, useToString
      • Methods inherited from class javax.swing.DefaultRowSorter

        allRowsChanged, convertRowIndexToModel, convertRowIndexToView, getMaxSortKeys, getModel, getModelRowCount, getModelWrapper, getRowFilter, getSortKeys, getSortsOnUpdates, getViewRowCount, isSortable, modelStructureChanged, rowsDeleted, rowsInserted, rowsUpdated, rowsUpdated, setComparator, setMaxSortKeys, setModelWrapper, setRowFilter, setSortable, setSortKeys, setSortsOnUpdates, sort
      • Methods inherited from class javax.swing.RowSorter

        addRowSorterListener, fireRowSorterChanged, fireSortOrderChanged, removeRowSorterListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • toggleSortOrder

        public void toggleSortOrder​(int column)
        Overrides:
        toggleSortOrder in class javax.swing.DefaultRowSorter<IObjectTableModel<T>,​java.lang.Integer>