Methods in ca.odell.glazedlists.swing that return TableComparatorChooser |
TableComparatorChooser<E> |
JXTableSupport.getTableComparatorChooser()
|
static
|
TableComparatorChooser.install(JTable table,
SortedList<E> sortedList,
Object strategy)
Installs a new TableComparatorChooser that responds to clicks on the
header of the specified table and uses them to sort the specified
sortedList by delegating to the given strategy
If at any time the table should no longer sort, the behaviour can be
removed calling dispose() on the object returned by this method. |
static
|
TableComparatorChooser.install(JTable table,
SortedList<E> sortedList,
Object strategy,
TableFormat<? super E> tableFormat)
Installs a new TableComparatorChooser that responds to clicks on the
header of the specified table and uses them to sort the specified
sortedList by delegating to the given strategy
If at any time the table should no longer sort, the behaviour can be
removed calling dispose() on the object returned by this method. |