public static enum InplaceEditorProvider.ExpansionDirection extends Enum<InplaceEditorProvider.ExpansionDirection>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
BOTTOM
Allow expansion to the bottom.
|
LEFT
Allow expansion to the left.
|
RIGHT
Allow expansion to the right.
|
TOP
Allow expansion to the top.
|
Modifier and Type | Method and Description |
---|---|
static InplaceEditorProvider.ExpansionDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InplaceEditorProvider.ExpansionDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InplaceEditorProvider.ExpansionDirection LEFT
public static final InplaceEditorProvider.ExpansionDirection RIGHT
public static final InplaceEditorProvider.ExpansionDirection TOP
public static final InplaceEditorProvider.ExpansionDirection BOTTOM
public static InplaceEditorProvider.ExpansionDirection[] values()
public static InplaceEditorProvider.ExpansionDirection 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