| net.refractions.udig.style.sld.editor.internal.ColourCellEditor
ColourCellEditor | public class ColourCellEditor extends CellEditor (Code) | | A cell editor that manages a color field.
The cell editor's value is the color (an SWT RBG ).
This class may be instantiated; it is not intended to be subclassed.
|
Constructor Summary | |
public | ColourCellEditor(Composite parent) Creates a new color cell editor parented under the given control. | public | ColourCellEditor(Composite parent, int style) Creates a new color cell editor parented under the given control. |
ColourCellEditor | public ColourCellEditor(Composite parent)(Code) | | Creates a new color cell editor parented under the given control.
The cell editor value is black (RGB(0,0,0) ) initially, and has no
validator.
Parameters: parent - the parent control |
ColourCellEditor | public ColourCellEditor(Composite parent, int style)(Code) | | Creates a new color cell editor parented under the given control.
The cell editor value is black (RGB(0,0,0) ) initially, and has no
validator.
Parameters: parent - the parent control Parameters: style - the style bits since: 2.1 |
createControl | protected Control createControl(Composite cell)(Code) | | |
dispose | public void dispose()(Code) | | |
doSetFocus | protected void doSetFocus()(Code) | | |
openDialogBox | protected Object openDialogBox(Shell shell)(Code) | | |
|
|