|
||||||||||
| 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 org.eclipse.jface.viewers.ILabelProvider |
beanLabelProvider(String property)
Creates an ILabelProvider that returns labels for Objects via
Relection. |
static org.eclipse.swt.events.SelectionListener |
lowerThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.Scale scale)
Creates a viewer that manipulates the lower bound of the specified ThresholdList based on changes to Scale selection. |
static org.eclipse.swt.events.SelectionListener |
lowerThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.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,
org.eclipse.swt.widgets.Display display)
Wraps the source in an EventList that fires all of its update events
from the SWT user interface thread. |
static org.eclipse.swt.events.SelectionListener |
upperThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.Scale scale)
Creates a viewer that manipulates the upper bound of the specified ThresholdList based on changes to Scale selection. |
static org.eclipse.swt.events.SelectionListener |
upperThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.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,
org.eclipse.swt.widgets.Display display)
EventList that fires all of its update events
from the SWT user interface thread.
public static org.eclipse.jface.viewers.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 org.eclipse.swt.events.SelectionListener lowerThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.Slider slider)
public static org.eclipse.swt.events.SelectionListener lowerThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.Scale scale)
public static org.eclipse.swt.events.SelectionListener upperThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.Slider slider)
public static org.eclipse.swt.events.SelectionListener upperThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.Scale scale)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||