Class PWColorChooser
- java.lang.Object
-
- org.eclipse.nebula.widgets.opal.preferencewindow.widgets.PWWidget
-
- org.eclipse.nebula.widgets.opal.preferencewindow.widgets.PWColorChooser
-
public class PWColorChooser extends PWWidget
Instances of this class are used to select a color
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.graphics.Color
color
-
Fields inherited from class org.eclipse.nebula.widgets.opal.preferencewindow.widgets.PWWidget
enabler, numberOfColumns
-
-
Constructor Summary
Constructors Constructor Description PWColorChooser(java.lang.String label, java.lang.String propertyKey)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.swt.widgets.Control
build(org.eclipse.swt.widgets.Composite parent)
Build the widgetvoid
check()
Check if the property can be binded to the widgetprotected void
drawButton(org.eclipse.swt.widgets.Button button)
-
Methods inherited from class org.eclipse.nebula.widgets.opal.preferencewindow.widgets.PWWidget
addControl, buildLabel, checkAndBuild, enableOrDisable, getAlignment, getControls, getHeight, getIndent, getLabel, getNumberOfColumns, getPropertyKey, getWidth, isGrabExcessSpace, isSingleWidget, setAlignment, setEnabler, setGrabExcessSpace, setHeight, setIndent, setWidth
-
-
-
-
Method Detail
-
build
public org.eclipse.swt.widgets.Control build(org.eclipse.swt.widgets.Composite parent)
Description copied from class:PWWidget
Build the widget- Specified by:
build
in classPWWidget
- Parameters:
parent
- parent composite- Returns:
- the created control
- See Also:
PWWidget.build(org.eclipse.swt.widgets.Composite)
-
drawButton
protected void drawButton(org.eclipse.swt.widgets.Button button)
- Parameters:
button
- button on which we draw the rectangle
-
check
public void check()
Description copied from class:PWWidget
Check if the property can be binded to the widget- Specified by:
check
in classPWWidget
- See Also:
PWWidget.check()
-
-