public enum IdeCodeEventType extends java.lang.Enum<IdeCodeEventType>
Enum Constant and Description |
---|
COPY |
CUT |
PASTE |
SELECTION_CHANGED |
Modifier and Type | Method and Description |
---|---|
static IdeCodeEventType |
fromValue(java.lang.String urlPath) |
java.lang.String |
urlPath() |
static IdeCodeEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdeCodeEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdeCodeEventType SELECTION_CHANGED
public static final IdeCodeEventType PASTE
public static final IdeCodeEventType COPY
public static final IdeCodeEventType CUT
public static IdeCodeEventType[] values()
for (IdeCodeEventType c : IdeCodeEventType.values()) System.out.println(c);
public static IdeCodeEventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String urlPath()
public static IdeCodeEventType fromValue(java.lang.String urlPath)