public final class GlazedListsSWT
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ILabelProvider |
beanLabelProvider(java.lang.String property)
Creates an
ILabelProvider that returns labels for Objects via
Relection. |
static boolean |
isSWTThreadProxyList(EventList list)
Returns true iff
list is an EventList that fires
all of its update events from the SWT event dispatch thread. |
static SelectionListener |
lowerThresholdViewer(ThresholdList thresholdList,
Scale scale)
Creates a viewer that manipulates the lower bound of the specified
ThresholdList based on changes to Scale selection.
|
static SelectionListener |
lowerThresholdViewer(ThresholdList thresholdList,
Slider slider)
Creates a viewer that manipulates the lower bound of the specified
ThresholdList based on changes to the Slider.
|
static <E> TransformedList<E,E> |
swtThreadProxyList(EventList<E> source,
Display display)
Wraps the source in an
EventList that fires all of its update events
from the SWT user interface thread. |
static SelectionListener |
upperThresholdViewer(ThresholdList thresholdList,
Scale scale)
Creates a viewer that manipulates the upper bound of the specified
ThresholdList based on changes to Scale selection.
|
static SelectionListener |
upperThresholdViewer(ThresholdList thresholdList,
Slider slider)
Creates a viewer that manipulates the upper bound of the specified
ThresholdList based on changes to the Slider.
|
public static <E> TransformedList<E,E> swtThreadProxyList(EventList<E> source, Display display)
EventList
that fires all of its update events
from the SWT user interface thread.public static ILabelProvider beanLabelProvider(java.lang.String property)
ILabelProvider
that returns labels for Objects via
Relection. The label returned will be the String value of specified
JavaBean property.public static SelectionListener lowerThresholdViewer(ThresholdList thresholdList, Slider slider)
public static SelectionListener lowerThresholdViewer(ThresholdList thresholdList, Scale scale)
public static SelectionListener upperThresholdViewer(ThresholdList thresholdList, Slider slider)
public static SelectionListener upperThresholdViewer(ThresholdList thresholdList, Scale scale)
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by builder at 2012-09-17 16:07