public static enum InplaceEditorProvider.EditorInvocationType extends Enum<InplaceEditorProvider.EditorInvocationType>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
CODE
Invoked by
ActionFactory.getInplaceEditorController (inplaceEditorAction).openEditor(widget) method. |
KEY
Invoked by keyboard.
|
MOUSE
Invoked by mouse.
|
Modifier and Type | Method and Description |
---|---|
static InplaceEditorProvider.EditorInvocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InplaceEditorProvider.EditorInvocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InplaceEditorProvider.EditorInvocationType MOUSE
public static final InplaceEditorProvider.EditorInvocationType KEY
public static final InplaceEditorProvider.EditorInvocationType CODE
ActionFactory.getInplaceEditorController (inplaceEditorAction).openEditor(widget)
method.public static InplaceEditorProvider.EditorInvocationType[] values()
public static InplaceEditorProvider.EditorInvocationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null