Package docking.widgets.table.sort
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
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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionColumnRenderedValueBackupComparator(DynamicColumnTableModel<T> model, int sortColumn) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Field Details- 
sortColumnprotected int sortColumn
- 
model
 
- 
- 
Constructor Details- 
ColumnRenderedValueBackupComparator
 
- 
- 
Method Details- 
compare- Specified by:
- comparein interface- Comparator<T>
 
- 
getColumnValue
 
-