org.jminor.common.model
Interface FilteredTableModel.SortingState

Enclosing interface:
FilteredTableModel<R,C>

public static interface FilteredTableModel.SortingState

Specifies a sorting state for a column.


Method Summary
 SortingDirective getDirective()
           
 int getPriority()
           
 

Method Detail

getDirective

SortingDirective getDirective()
Returns:
the sorting directive currently associated with the column

getPriority

int getPriority()
Returns:
the sorting priority, 0 being the lowest