Package docking.widgets.table.sort
-
Class Summary Class Description ColumnRenderedValueBackupComparator<T> A special version of the backup comparator that uses the column's rendered value for the backup sort, rather the justtoString
, which is what the default parent table model will do.DefaultColumnComparator A column comparator that is used when columns do not supply their own comparator.RowBasedColumnComparator<T> A comparator for a specific column that will take in a T row object, extract the value for the given column and then call the give comparator