Package | Description |
---|---|
ca.odell.glazedlists.swt |
Modifier and Type | Class and Description |
---|---|
class |
EventComboViewer<E>
Deprecated.
Use
DefaultEventComboViewer 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> DefaultEventComboViewer<E> |
GlazedListsSWT.eventComboViewer(EventList<E> source,
Combo combo)
Binds the contents of a
Combo component to an EventList
source. |
static <E> DefaultEventComboViewer<E> |
GlazedListsSWT.eventComboViewer(EventList<E> source,
Combo combo,
ItemFormat<? super E> itemFormat)
Binds the contents of a
Combo component to an EventList
source. |
static <E> DefaultEventComboViewer<E> |
GlazedListsSWT.eventComboViewerWithThreadProxyList(EventList<E> source,
Combo combo)
Binds the contents of a
Combo component to an EventList
source. |
static <E> DefaultEventComboViewer<E> |
GlazedListsSWT.eventComboViewerWithThreadProxyList(EventList<E> source,
Combo combo,
ItemFormat<? super E> itemFormat)
Binds the contents of a
Combo component to an EventList
source. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2013-10-14 14:59