static enum LensApplication.LensWindowEvent.EType extends java.lang.Enum<LensApplication.LensWindowEvent.EType>
Enum Constant and Description |
---|
CLOSE |
DESTROY |
EXPOSE |
FOCUS |
FOCUS_DISABLED |
MOVE |
RESIZE |
UNGRAB |
Modifier and Type | Method and Description |
---|---|
static LensApplication.LensWindowEvent.EType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LensApplication.LensWindowEvent.EType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LensApplication.LensWindowEvent.EType CLOSE
public static final LensApplication.LensWindowEvent.EType DESTROY
public static final LensApplication.LensWindowEvent.EType EXPOSE
public static final LensApplication.LensWindowEvent.EType FOCUS
public static final LensApplication.LensWindowEvent.EType MOVE
public static final LensApplication.LensWindowEvent.EType RESIZE
public static final LensApplication.LensWindowEvent.EType UNGRAB
public static final LensApplication.LensWindowEvent.EType FOCUS_DISABLED
public static LensApplication.LensWindowEvent.EType[] values()
for (LensApplication.LensWindowEvent.EType c : LensApplication.LensWindowEvent.EType.values()) System.out.println(c);
public static LensApplication.LensWindowEvent.EType 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