|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PartTrigger.EventType>
de.cau.cs.kieler.core.model.triggers.PartTrigger.EventType
public static enum PartTrigger.EventType
Possible EventTypes PartStates are indicating.
Enum Constant Summary | |
---|---|
ACTIVE_EDITOR_CLOSED
The active editor has been closed. |
|
ACTIVE_EDITOR_DEACTIVATED
The active editor lost the focus but is kept in trigger state. |
|
ACTIVE_EDITOR_HIDDEN
The active editor has been hidden and is kept on. |
|
ACTIVE_EDITOR_VISIBLE
The active editor is visible again and is kept on. |
|
EDITOR_ACTIVATED
An editor is active, it got the focus. |
|
VIEW_ACTIVATED
A view is active, it got the focus. |
|
VIEW_CLOSED
A view has been closed. |
|
VIEW_DEACTIVATED
A view lost the focus and is inactive. |
Method Summary | |
---|---|
static PartTrigger.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PartTrigger.EventType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PartTrigger.EventType VIEW_ACTIVATED
public static final PartTrigger.EventType VIEW_DEACTIVATED
public static final PartTrigger.EventType VIEW_CLOSED
public static final PartTrigger.EventType EDITOR_ACTIVATED
public static final PartTrigger.EventType ACTIVE_EDITOR_DEACTIVATED
public static final PartTrigger.EventType ACTIVE_EDITOR_HIDDEN
public static final PartTrigger.EventType ACTIVE_EDITOR_VISIBLE
public static final PartTrigger.EventType ACTIVE_EDITOR_CLOSED
Method Detail |
---|
public static PartTrigger.EventType[] values()
for (PartTrigger.EventType c : PartTrigger.EventType.values()) System.out.println(c);
public static PartTrigger.EventType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |