Package | Description |
---|---|
ca.odell.glazedlists.swt |
Modifier and Type | Class and Description |
---|---|
class |
EventListViewer<E>
Deprecated.
Use
DefaultEventListViewer 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> DefaultEventListViewer<E> |
GlazedListsSWT.eventListViewer(EventList<E> source,
List list)
Creates a new List that displays and responds to changes in the source list.
|
static <E> DefaultEventListViewer<E> |
GlazedListsSWT.eventListViewer(EventList<E> source,
List list,
ItemFormat<? super E> itemFormat)
Creates a new List that displays and responds to changes in the source list.
|
static <E> DefaultEventListViewer<E> |
GlazedListsSWT.eventListViewerWithThreadProxyList(EventList<E> source,
List list)
Creates a new List that displays and responds to changes in the source list.
|
static <E> DefaultEventListViewer<E> |
GlazedListsSWT.eventListViewerWithThreadProxyList(EventList<E> source,
List list,
ItemFormat<? super E> itemFormat)
Creates a new List that displays and responds to changes in the source list.
|
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2019-01-31 22:53