public class PWLabel extends PWWidget
Constructor | Description |
---|---|
PWLabel(java.lang.String label) |
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
|
boolean |
enableOrDisable() |
Enable or disable the widget, depending on the associated enabler
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkAndBuild, getAlignment, getControls, getHeight, getIndent, getLabel, getNumberOfColumns, getWidth, isGrabExcessSpace, isSingleWidget, setAlignment, setEnabler, setGrabExcessSpace, setHeight, setIndent, setWidth
public PWLabel(java.lang.String label)
label
- associated labelpublic 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()
public boolean enableOrDisable()
PWWidget
enableOrDisable
in class PWWidget
PWWidget.enableOrDisable()