|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultEventComboViewer | |
---|---|
ca.odell.glazedlists.swt |
Uses of DefaultEventComboViewer in ca.odell.glazedlists.swt |
---|
Subclasses of DefaultEventComboViewer in ca.odell.glazedlists.swt | |
---|---|
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). |
Methods in ca.odell.glazedlists.swt that return DefaultEventComboViewer | ||
---|---|---|
static
|
GlazedListsSWT.eventComboViewer(EventList<E> source,
org.eclipse.swt.widgets.Combo combo)
Binds the contents of a Combo component to an EventList
source. |
|
static
|
GlazedListsSWT.eventComboViewer(EventList<E> source,
org.eclipse.swt.widgets.Combo combo,
ItemFormat<? super E> itemFormat)
Binds the contents of a Combo component to an EventList
source. |
|
static
|
GlazedListsSWT.eventComboViewerWithThreadProxyList(EventList<E> source,
org.eclipse.swt.widgets.Combo combo)
Binds the contents of a Combo component to an EventList
source. |
|
static
|
GlazedListsSWT.eventComboViewerWithThreadProxyList(EventList<E> source,
org.eclipse.swt.widgets.Combo combo,
ItemFormat<? super E> itemFormat)
Binds the contents of a Combo component to an EventList
source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |