|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.odell.glazedlists.swt.GlazedListsSWT
public final class GlazedListsSWT
A factory for creating all sorts of objects to be used with Glazed Lists.
| Method Summary | |
|---|---|
static ILabelProvider |
beanLabelProvider(String property)
Creates an ILabelProvider that returns labels for Objects via
Relection. |
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 TransformedList |
swtThreadProxyList(EventList 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TransformedList swtThreadProxyList(EventList source,
Display display)
EventList that fires all of its update events
from the SWT user interface thread.
public static ILabelProvider beanLabelProvider(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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||