Uses of Class
ca.odell.glazedlists.swing.TableComparatorChooser
-
Packages that use TableComparatorChooser Package Description ca.odell.glazedlists.swing -
-
Uses of TableComparatorChooser in ca.odell.glazedlists.swing
Methods in ca.odell.glazedlists.swing that return TableComparatorChooser Modifier and Type Method Description static <E> TableComparatorChooser<E>
TableComparatorChooser. install(javax.swing.JTable table, SortedList<E> sortedList, java.lang.Object strategy)
Installs a new TableComparatorChooser that responds to clicks on the header of the specified table and uses them to sort the specifiedsortedList
by delegating to the givenstrategy
If at any time the table should no longer sort, the behaviour can be removed callingdispose()
on the object returned by this method.static <E> TableComparatorChooser<E>
TableComparatorChooser. install(javax.swing.JTable table, SortedList<E> sortedList, java.lang.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 specifiedsortedList
by delegating to the givenstrategy
If at any time the table should no longer sort, the behaviour can be removed callingdispose()
on the object returned by this method.
-