public static enum NIVision.WindowEventType extends java.lang.Enum<NIVision.WindowEventType>
Enum Constant and Description |
---|
ACTIVATE_EVENT |
CLICK_EVENT |
CLOSE_EVENT |
DOUBLE_CLICK_EVENT |
DRAW_EVENT |
MOVE_EVENT |
NO_EVENT |
SCROLL_EVENT |
SIZE_EVENT |
Modifier and Type | Method and Description |
---|---|
static NIVision.WindowEventType |
fromValue(int val) |
int |
getValue() |
static NIVision.WindowEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.WindowEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.WindowEventType NO_EVENT
public static final NIVision.WindowEventType CLICK_EVENT
public static final NIVision.WindowEventType DRAW_EVENT
public static final NIVision.WindowEventType MOVE_EVENT
public static final NIVision.WindowEventType SIZE_EVENT
public static final NIVision.WindowEventType SCROLL_EVENT
public static final NIVision.WindowEventType ACTIVATE_EVENT
public static final NIVision.WindowEventType CLOSE_EVENT
public static final NIVision.WindowEventType DOUBLE_CLICK_EVENT
public static NIVision.WindowEventType[] values()
for (NIVision.WindowEventType c : NIVision.WindowEventType.values()) System.out.println(c);
public static NIVision.WindowEventType 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 nullpublic static NIVision.WindowEventType fromValue(int val)
public int getValue()