public static enum TreeChangedEvent.EventType extends Enum<TreeChangedEvent.EventType>
| Enum Constant and Description |
|---|
BACK_EVENT |
CHILD_SELECTED |
INIT_COMPLETE
Unter-Event typ.
|
| Modifier and Type | Method and Description |
|---|---|
static TreeChangedEvent.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeChangedEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeChangedEvent.EventType INIT_COMPLETE
public static final TreeChangedEvent.EventType CHILD_SELECTED
public static final TreeChangedEvent.EventType BACK_EVENT
public static TreeChangedEvent.EventType[] values()
for (TreeChangedEvent.EventType c : TreeChangedEvent.EventType.values()) System.out.println(c);
public static TreeChangedEvent.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 nameNullPointerException - if the argument is nullCopyright © 2011–2015 SWM. All rights reserved.