|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Window.ReparentOperation>
com.jogamp.newt.Window.ReparentOperation
public static enum Window.ReparentOperation
Reparenting operation types
Enum Constant Summary | |
---|---|
ACTION_INVALID
No native reparenting valid |
|
ACTION_NATIVE_CREATION
Native window creation after tree change - instead of reparenting. |
|
ACTION_NATIVE_CREATION_PENDING
Change Window tree only, native creation is pending |
|
ACTION_NATIVE_REPARENTING
Native reparenting incl. |
|
ACTION_NOP
No native reparenting action required, no change |
Method Summary | |
---|---|
static Window.ReparentOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Window.ReparentOperation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Window.ReparentOperation ACTION_INVALID
public static final Window.ReparentOperation ACTION_NOP
public static final Window.ReparentOperation ACTION_NATIVE_REPARENTING
public static final Window.ReparentOperation ACTION_NATIVE_CREATION
public static final Window.ReparentOperation ACTION_NATIVE_CREATION_PENDING
Method Detail |
---|
public static Window.ReparentOperation[] values()
for (Window.ReparentOperation c : Window.ReparentOperation.values()) System.out.println(c);
public static Window.ReparentOperation valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |