Interface FilterTableSort<R,C>

Type Parameters:
R - the type representing a row in the table model
C - the type representing the column identifiers in the table model
All Superinterfaces:
Comparator<R>, FilterModel.Sort<R>

public interface FilterTableSort<R,C> extends FilterModel.Sort<R>
Handles the column sorting states for a FilterTableModel.
  • Method Details