public static enum GwtAceChangeEvent.Data.Action extends Enum<GwtAceChangeEvent.Data.Action>
Enum Constant and Description |
---|
insertLines |
insertText |
removeLines |
removeText |
Modifier and Type | Method and Description |
---|---|
static GwtAceChangeEvent.Data.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GwtAceChangeEvent.Data.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GwtAceChangeEvent.Data.Action insertText
public static final GwtAceChangeEvent.Data.Action insertLines
public static final GwtAceChangeEvent.Data.Action removeText
public static final GwtAceChangeEvent.Data.Action removeLines
public static GwtAceChangeEvent.Data.Action[] values()
for (GwtAceChangeEvent.Data.Action c : GwtAceChangeEvent.Data.Action.values()) System.out.println(c);
public static GwtAceChangeEvent.Data.Action 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 nullCopyright © 2020 Magnolia International Ltd.. All rights reserved.