public class CDateTimeCellEditor
extends org.eclipse.jface.viewers.CellEditor
| Constructor and Description |
|---|
CDateTimeCellEditor(org.eclipse.swt.widgets.Composite parent)
Creates a new date/time cell editor parented under the given control.
|
CDateTimeCellEditor(org.eclipse.swt.widgets.Composite parent,
int style)
Creates a new date/time cell editor parented under the given control.
|
CDateTimeCellEditor(org.eclipse.swt.widgets.Composite parent,
java.lang.String pattern)
Creates a new date/time cell editor parented under the given control.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.swt.widgets.Control |
createControl(org.eclipse.swt.widgets.Composite parent) |
protected java.lang.Object |
doGetValue() |
protected void |
doSetFocus() |
protected void |
doSetValue(java.lang.Object value) |
activate, activate, addListener, addPropertyChangeListener, create, deactivate, deactivate, dependsOnExternalFocusListener, dispose, 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, valueChangedpublic CDateTimeCellEditor(org.eclipse.swt.widgets.Composite parent)
parent - the parent controlpublic CDateTimeCellEditor(org.eclipse.swt.widgets.Composite parent,
int style)
parent - the parent controlstyle - the style bitspublic CDateTimeCellEditor(org.eclipse.swt.widgets.Composite parent,
java.lang.String pattern)
parent - the parent controlstyle - the style bitsprotected org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent)
createControl in class org.eclipse.jface.viewers.CellEditorprotected java.lang.Object doGetValue()
doGetValue in class org.eclipse.jface.viewers.CellEditorprotected void doSetFocus()
doSetFocus in class org.eclipse.jface.viewers.CellEditorprotected void doSetValue(java.lang.Object value)
doSetValue in class org.eclipse.jface.viewers.CellEditor