|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultEventListViewer | |
---|---|
ca.odell.glazedlists.swt |
Uses of DefaultEventListViewer in ca.odell.glazedlists.swt |
---|
Subclasses of DefaultEventListViewer in ca.odell.glazedlists.swt | |
---|---|
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). |
Methods in ca.odell.glazedlists.swt that return DefaultEventListViewer | ||
---|---|---|
static
|
GlazedListsSWT.eventListViewer(EventList<E> source,
org.eclipse.swt.widgets.List list)
Creates a new List that displays and responds to changes in the source list. |
|
static
|
GlazedListsSWT.eventListViewer(EventList<E> source,
org.eclipse.swt.widgets.List list,
ItemFormat<? super E> itemFormat)
Creates a new List that displays and responds to changes in the source list. |
|
static
|
GlazedListsSWT.eventListViewerWithThreadProxyList(EventList<E> source,
org.eclipse.swt.widgets.List list)
Creates a new List that displays and responds to changes in the source list. |
|
static
|
GlazedListsSWT.eventListViewerWithThreadProxyList(EventList<E> source,
org.eclipse.swt.widgets.List list,
ItemFormat<? super E> itemFormat)
Creates a new List that displays and responds to changes in the source list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |