Package | Description |
---|---|
org.eclipse.nebula.widgets.nattable.edit.editor | |
org.eclipse.nebula.widgets.nattable.edit.gui | |
org.eclipse.nebula.widgets.nattable.widget |
Modifier and Type | Field and Description |
---|---|
protected EditModeEnum |
AbstractCellEditor.editMode
The
EditModeEnum which is used to activate special behaviour
and styling. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
ICellEditor.activateCell(org.eclipse.swt.widgets.Composite parent,
Object originalCanonicalValue,
EditModeEnum editMode,
ICellEditHandler editHandler,
ILayerCell cell,
IConfigRegistry configRegistry)
This method will be called by the framework to activate this cell editor.
|
org.eclipse.swt.widgets.Control |
AbstractCellEditor.activateCell(org.eclipse.swt.widgets.Composite parent,
Object originalCanonicalValue,
EditModeEnum editMode,
ICellEditHandler editHandler,
ILayerCell cell,
IConfigRegistry configRegistry) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
AbstractDialogCellEditor.activateCell(org.eclipse.swt.widgets.Composite parent,
Object originalCanonicalValue,
EditModeEnum editMode,
ICellEditHandler editHandler,
ILayerCell cell,
IConfigRegistry configRegistry) |
Modifier and Type | Method and Description |
---|---|
static EditModeEnum |
EditModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditModeEnum[] |
EditModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.