PWDirectoryChooser
, PWFileChooser
, PWFontChooser
public abstract class PWChooser extends PWWidget
Constructor | Description |
---|---|
PWChooser(java.lang.String label,
java.lang.String propertyKey) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.swt.widgets.Control |
build(org.eclipse.swt.widgets.Composite parent) |
Build 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 PWChooser(java.lang.String label, java.lang.String propertyKey)
label
- associated labelpropertyKey
- associated keypublic org.eclipse.swt.widgets.Control build(org.eclipse.swt.widgets.Composite parent)
PWWidget
parent
- parent compositePWWidget.build(org.eclipse.swt.widgets.Composite)