public static enum PsiTreeChangeEventImpl.PsiEventType extends java.lang.Enum<PsiTreeChangeEventImpl.PsiEventType>
Enum Constant and Description |
---|
BEFORE_CHILD_ADDITION |
BEFORE_CHILD_MOVEMENT |
BEFORE_CHILD_REMOVAL |
BEFORE_CHILD_REPLACEMENT |
BEFORE_CHILDREN_CHANGE |
BEFORE_PROPERTY_CHANGE |
CHILD_ADDED |
CHILD_MOVED |
CHILD_REMOVED |
CHILD_REPLACED |
CHILDREN_CHANGED |
PROPERTY_CHANGED |
Modifier and Type | Method and Description |
---|---|
static PsiTreeChangeEventImpl.PsiEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PsiTreeChangeEventImpl.PsiEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PsiTreeChangeEventImpl.PsiEventType BEFORE_CHILD_ADDITION
public static final PsiTreeChangeEventImpl.PsiEventType CHILD_ADDED
public static final PsiTreeChangeEventImpl.PsiEventType BEFORE_CHILD_REMOVAL
public static final PsiTreeChangeEventImpl.PsiEventType CHILD_REMOVED
public static final PsiTreeChangeEventImpl.PsiEventType BEFORE_CHILD_REPLACEMENT
public static final PsiTreeChangeEventImpl.PsiEventType CHILD_REPLACED
public static final PsiTreeChangeEventImpl.PsiEventType BEFORE_CHILD_MOVEMENT
public static final PsiTreeChangeEventImpl.PsiEventType CHILD_MOVED
public static final PsiTreeChangeEventImpl.PsiEventType BEFORE_CHILDREN_CHANGE
public static final PsiTreeChangeEventImpl.PsiEventType CHILDREN_CHANGED
public static final PsiTreeChangeEventImpl.PsiEventType BEFORE_PROPERTY_CHANGE
public static final PsiTreeChangeEventImpl.PsiEventType PROPERTY_CHANGED
public static PsiTreeChangeEventImpl.PsiEventType[] values()
for (PsiTreeChangeEventImpl.PsiEventType c : PsiTreeChangeEventImpl.PsiEventType.values()) System.out.println(c);
public static PsiTreeChangeEventImpl.PsiEventType 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 null