Class ColumnRenderedValueBackupComparator<T>

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

public class ColumnRenderedValueBackupComparator<T> extends Object implements Comparator<Object>
A special version of the backup comparator that uses the column's rendered value for the backup sort, rather the just toString, which is what the default parent table model will do.
  • Field Details

  • Constructor Details

    • ColumnRenderedValueBackupComparator

      public ColumnRenderedValueBackupComparator(DynamicColumnTableModel<T> model, int sortColumn)
  • Method Details