|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableComparatorChooser | |
---|---|
ca.odell.glazedlists.swing |
Uses of TableComparatorChooser in ca.odell.glazedlists.swing |
---|
Methods in ca.odell.glazedlists.swing that return TableComparatorChooser | ||
---|---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |