|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventTableViewer | |
---|---|
ca.odell.glazedlists.swt |
Uses of EventTableViewer in ca.odell.glazedlists.swt |
---|
Methods in ca.odell.glazedlists.swt with parameters of type EventTableViewer | ||
---|---|---|
static
|
TableComparatorChooser.install(EventTableViewer<E> eventTableViewer,
SortedList<E> sortedList,
boolean multipleColumnSort)
Installs a new TableComparatorChooser that responds to clicks on the specified table and uses them to sort the specified list. |
Constructors in ca.odell.glazedlists.swt with parameters of type EventTableViewer | |
---|---|
TableComparatorChooser(EventTableViewer<E> eventTableViewer,
SortedList<E> sortedList,
boolean multipleColumnSort)
Deprecated. replaced with TableComparatorChooser.install(ca.odell.glazedlists.swt.EventTableViewer , which is functionally
identical but uses a more fitting name to convey the action that is
performed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |