com.jogamp.newt
Interface Window.ReparentAction

Enclosing interface:
Window

public static interface Window.ReparentAction

Defining ids for the reparenting strategy


Field Summary
static int ACTION_INVALID
          No native reparenting valid
static int ACTION_NATIVE_CREATION
          Native window creation after tree change - instead of reparenting.
static int ACTION_NATIVE_CREATION_PENDING
          Change Window tree only, native creation is pending
static int ACTION_NATIVE_REPARENTING
          Native reparenting incl.
static int ACTION_UNCHANGED
          No native reparenting action required, no change
 

Field Detail

ACTION_INVALID

static final int ACTION_INVALID
No native reparenting valid

See Also:
Constant Field Values

ACTION_UNCHANGED

static final int ACTION_UNCHANGED
No native reparenting action required, no change

See Also:
Constant Field Values

ACTION_NATIVE_REPARENTING

static final int ACTION_NATIVE_REPARENTING
Native reparenting incl. Window tree

See Also:
Constant Field Values

ACTION_NATIVE_CREATION

static final int ACTION_NATIVE_CREATION
Native window creation after tree change - instead of reparenting.

See Also:
Constant Field Values

ACTION_NATIVE_CREATION_PENDING

static final int ACTION_NATIVE_CREATION_PENDING
Change Window tree only, native creation is pending

See Also:
Constant Field Values


Copyright 2010 JogAmp Community.