Class ThreadedBackupRowComparator<T>

java.lang.Object
docking.widgets.table.sort.ColumnRenderedValueBackupComparator<T>
docking.widgets.table.threaded.ThreadedBackupRowComparator<T>
Type Parameters:
T - the row type
All Implemented Interfaces:
Comparator<Object>

public class ThreadedBackupRowComparator<T> extends ColumnRenderedValueBackupComparator<T>
A version of ColumnRenderedValueBackupComparator that uses the ThreadedTableModel's cache for column lookups
  • Constructor Details

    • ThreadedBackupRowComparator

      public ThreadedBackupRowComparator(ThreadedTableModel<T,?> model, int sortColumn)
      Constructs this class with the given column comparator that will get called after the given row is converted to the column value for the given sort column
      Parameters:
      model - the table model using this comparator
      sortColumn - the column being sorted
      See Also:
  • Method Details