Package | Description |
---|---|
ca.odell.glazedlists.swt |
Modifier and Type | Class and Description |
---|---|
class |
EventTableViewer<E>
Deprecated.
Use
DefaultEventTableViewer instead. This class will be removed in the GL
2.0 release. The wrapping of the source list with an SWT-EDT safe list has been
determined to be undesirable (it is better for the user to provide their own SWT-EDT
safe list). |
Modifier and Type | Method and Description |
---|---|
static <E> DefaultEventTableViewer<E> |
GlazedListsSWT.eventTableViewer(EventList<E> source,
Table table,
TableFormat<? super E> tableFormat)
Creates a new viewer for the given
Table that updates the table
contents in response to changes on the specified EventList . |
static <E> DefaultEventTableViewer<E> |
GlazedListsSWT.eventTableViewer(EventList<E> source,
Table table,
TableFormat<? super E> tableFormat,
TableItemConfigurer<? super E> tableItemConfigurer)
Creates a new viewer for the given
Table that updates the table
contents in response to changes on the specified EventList . |
static <E> DefaultEventTableViewer<E> |
GlazedListsSWT.eventTableViewerWithThreadProxyList(EventList<E> source,
Table table,
TableFormat<? super E> tableFormat)
Creates a new viewer for the given
Table that updates the table
contents in response to changes on the specified EventList . |
static <E> DefaultEventTableViewer<E> |
GlazedListsSWT.eventTableViewerWithThreadProxyList(EventList<E> source,
Table table,
TableFormat<? super E> tableFormat,
TableItemConfigurer<? super E> tableItemConfigurer)
Creates a new viewer for the given
Table that updates the table
contents in response to changes on the specified EventList . |
Modifier and Type | Method and Description |
---|---|
static <E> TableComparatorChooser<E> |
TableComparatorChooser.install(DefaultEventTableViewer<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.
|
Constructor and Description |
---|
TableComparatorChooser(DefaultEventTableViewer<E> eventTableViewer,
SortedList<E> sortedList,
boolean multipleColumnSort)
Deprecated.
replaced with
TableComparatorChooser.install(ca.odell.glazedlists.swt.DefaultEventTableViewer<E>, ca.odell.glazedlists.SortedList<E>, boolean) , which is functionally
identical but uses a more fitting name to convey the action that is
performed. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2018-07-13 9:19