JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.newt.Window.ReparentOperation Enum Reference

Reparenting operation types. More...

Collaboration diagram for com.jogamp.newt.Window.ReparentOperation:

Public Attributes

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

Detailed Description

Reparenting operation types.

Definition at line 894 of file Window.java.

Member Data Documentation

◆ ACTION_INVALID

com.jogamp.newt.Window.ReparentOperation.ACTION_INVALID

No native reparenting valid.

Definition at line 896 of file Window.java.

◆ ACTION_NATIVE_CREATION

com.jogamp.newt.Window.ReparentOperation.ACTION_NATIVE_CREATION

Native window creation after tree change - instead of reparenting.

Definition at line 905 of file Window.java.

◆ ACTION_NATIVE_CREATION_PENDING

com.jogamp.newt.Window.ReparentOperation.ACTION_NATIVE_CREATION_PENDING

Change Window tree only, native creation is pending.

Definition at line 908 of file Window.java.

◆ ACTION_NATIVE_REPARENTING

com.jogamp.newt.Window.ReparentOperation.ACTION_NATIVE_REPARENTING

Native reparenting incl.

Window tree

Definition at line 902 of file Window.java.

◆ ACTION_NOP

com.jogamp.newt.Window.ReparentOperation.ACTION_NOP

No native reparenting action required, no change.

Definition at line 899 of file Window.java.


The documentation for this enum was generated from the following file: