de.cau.cs.kieler.core.model.xtext.triggers
Enum XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType
java.lang.Object
java.lang.Enum<XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType>
de.cau.cs.kieler.core.model.xtext.triggers.XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType
- All Implemented Interfaces:
- Comparable<XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType>
- Enclosing class:
- XtextBasedEditorActivationChangeTrigger.XtextModelChangeState
public static enum XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType
- extends Enum<XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType>
Type of event to be denoted.
- Rating

OPENED
public static final XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType OPENED
FOCUSED
public static final XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType FOCUSED
MODIFIED
public static final XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType MODIFIED
CLOSED
public static final XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType CLOSED
values
public static XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType c : XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null