Package com.iizigo.prop.editor.dialog
Class ColorDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- com.iizigo.prop.editor.dialog.ColorDialog
-
public class ColorDialog extends org.eclipse.swt.widgets.Dialog
The color dialog to choose an ARGB color.- Author:
- Christopher Mindus
-
-
Constructor Summary
Constructors Constructor Description ColorDialog(org.eclipse.swt.widgets.Shell parent, int color)
Create the dialog.ColorDialog(org.eclipse.swt.widgets.Shell parent, int color, boolean isTransparent)
Create the dialog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GColor
open()
Open the dialog.
-
-
-
Method Detail
-
open
public GColor open()
Open the dialog.- Returns:
- the result
-
-