public class FXFillCellEditor extends DialogCellEditor
FXFillCellEditor
is a DialogCellEditor
that is capable of
displaying a currently selected Color
and of changing that color via
a dialog.CellEditor.LayoutData
CELL_EDITOR_IMG_DOTS_BUTTON
COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO
Constructor and Description |
---|
FXFillCellEditor(Composite parent)
Constructs a new
FXFillCellEditor . |
FXFillCellEditor(Composite parent,
int style)
Constructs a new
FXFillCellEditor . |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
protected java.lang.Object |
openDialogBox(Control cellEditorWindow) |
protected void |
updateContents(java.lang.Object value) |
createButton, createContents, createControl, deactivate, doGetValue, doSetFocus, doSetValue, getDefaultLabel
activate, activate, addListener, addPropertyChangeListener, create, deactivate, dependsOnExternalFocusListener, fireApplyEditorValue, fireCancelEditor, fireEditorValueChanged, fireEnablementChanged, focusLost, getControl, getDoubleClickTimeout, getErrorMessage, getLayoutData, getStyle, getValidator, getValue, isActivated, isCopyEnabled, isCorrect, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isSelectAllEnabled, isUndoEnabled, isValueValid, keyReleaseOccured, markDirty, performCopy, performCut, performDelete, performFind, performPaste, performRedo, performSelectAll, performUndo, removeListener, removePropertyChangeListener, setErrorMessage, setFocus, setStyle, setValidator, setValue, setValueValid, valueChanged
public FXFillCellEditor(Composite parent)
FXFillCellEditor
.parent
- The parent Composite
.public FXFillCellEditor(Composite parent, int style)
FXFillCellEditor
.parent
- The parent Composite
.style
- The SWT style for this control.public void dispose()
dispose
in class CellEditor
protected java.lang.Object openDialogBox(Control cellEditorWindow)
openDialogBox
in class DialogCellEditor
protected void updateContents(java.lang.Object value)
updateContents
in class DialogCellEditor
Copyright (c) 2014 itemis AG and others. All rights reserved.