public static enum PopupEvent.Type extends Enum<PopupEvent.Type>
| Enum Constant and Description |
|---|
POPUPCLOSE |
POPUPOPEN |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PopupEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PopupEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PopupEvent.Type POPUPOPEN
public static final PopupEvent.Type POPUPCLOSE
public static PopupEvent.Type[] values()
for (PopupEvent.Type c : PopupEvent.Type.values()) System.out.println(c);
public static PopupEvent.Type 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 nullpublic String toString()
toString in class Enum<PopupEvent.Type>Copyright © 2017. All rights reserved.