public class PWScale extends PWWidget
Constructor | Description |
---|---|
PWScale(java.lang.String label,
java.lang.String propertyKey,
int min,
int max,
int increment) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.swt.widgets.Control |
build(org.eclipse.swt.widgets.Composite parent) |
Build the widget
|
void |
check() |
Check if the property can be binded to the widget
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkAndBuild, enableOrDisable, getAlignment, getControls, getHeight, getIndent, getLabel, getNumberOfColumns, getWidth, isGrabExcessSpace, isSingleWidget, setAlignment, setEnabler, setGrabExcessSpace, setHeight, setIndent, setWidth
public PWScale(java.lang.String label, java.lang.String propertyKey, int min, int max, int increment)
label
- associated labelpropertyKey
- associated keymin
- minimum valuemax
- maximum valueincrement
- increment valuepublic org.eclipse.swt.widgets.Control build(org.eclipse.swt.widgets.Composite parent)
PWWidget
parent
- parent compositePWWidget.build(org.eclipse.swt.widgets.Composite)
public void check()
PWWidget
PWWidget.check()