private static enum ProjectControllerImpl.EventType extends Enum<ProjectControllerImpl.EventType>
| Enum Constant and Description |
|---|
CLOSE |
DISABLE |
INITIALIZE |
SELECT |
UNSELECT |
| Modifier and Type | Method and Description |
|---|---|
static ProjectControllerImpl.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectControllerImpl.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectControllerImpl.EventType INITIALIZE
public static final ProjectControllerImpl.EventType SELECT
public static final ProjectControllerImpl.EventType UNSELECT
public static final ProjectControllerImpl.EventType CLOSE
public static final ProjectControllerImpl.EventType DISABLE
public static ProjectControllerImpl.EventType[] values()
for (ProjectControllerImpl.EventType c : ProjectControllerImpl.EventType.values()) System.out.println(c);
public static ProjectControllerImpl.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 © 2007–2017 Gephi Consortium. All rights reserved.