JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.newt.event.TraceWindowAdapter Class Reference
Inheritance diagram for com.jogamp.newt.event.TraceWindowAdapter:
Collaboration diagram for com.jogamp.newt.event.TraceWindowAdapter:

Public Member Functions

 TraceWindowAdapter ()
 
 TraceWindowAdapter (final WindowListener downstream)
 
void windowResized (final WindowEvent e)
 Window is resized, your application shall respect the new window dimension. More...
 
void windowMoved (final WindowEvent e)
 Window has been moved. More...
 
void windowDestroyNotify (final WindowEvent e)
 Window destruction has been requested. More...
 
void windowDestroyed (final WindowEvent e)
 Window has been destroyed. More...
 
void windowGainedFocus (final WindowEvent e)
 Window gained focus. More...
 
void windowLostFocus (final WindowEvent e)
 Window lost focus. More...
 
void windowRepaint (final WindowUpdateEvent e)
 Window area shall be repainted. More...
 
void windowResized (WindowEvent e)
 Window is resized, your application shall respect the new window dimension. More...
 
void windowMoved (WindowEvent e)
 Window has been moved. More...
 
void windowDestroyNotify (WindowEvent e)
 Window destruction has been requested. More...
 
void windowDestroyed (WindowEvent e)
 Window has been destroyed. More...
 
void windowGainedFocus (WindowEvent e)
 Window gained focus. More...
 
void windowLostFocus (WindowEvent e)
 Window lost focus. More...
 
void windowRepaint (WindowUpdateEvent e)
 Window area shall be repainted. More...
 

Detailed Description

Definition at line 31 of file TraceWindowAdapter.java.

Constructor & Destructor Documentation

◆ TraceWindowAdapter() [1/2]

com.jogamp.newt.event.TraceWindowAdapter.TraceWindowAdapter ( )

Definition at line 35 of file TraceWindowAdapter.java.

◆ TraceWindowAdapter() [2/2]

com.jogamp.newt.event.TraceWindowAdapter.TraceWindowAdapter ( final WindowListener  downstream)

Definition at line 39 of file TraceWindowAdapter.java.

Member Function Documentation

◆ windowDestroyed()

void com.jogamp.newt.event.TraceWindowAdapter.windowDestroyed ( final WindowEvent  e)

Window has been destroyed.

Implements com.jogamp.newt.event.WindowListener.

Definition at line 59 of file TraceWindowAdapter.java.

Here is the call graph for this function:

◆ windowDestroyNotify()

void com.jogamp.newt.event.TraceWindowAdapter.windowDestroyNotify ( final WindowEvent  e)

Window destruction has been requested.

Depending on the default close operation, the window maybe destroyed or not.

In case the window will be destroyed (see above), release of resources is recommended.

Implements com.jogamp.newt.event.WindowListener.

Definition at line 54 of file TraceWindowAdapter.java.

Here is the call graph for this function:

◆ windowGainedFocus()

void com.jogamp.newt.event.TraceWindowAdapter.windowGainedFocus ( final WindowEvent  e)

Window gained focus.

Implements com.jogamp.newt.event.WindowListener.

Definition at line 64 of file TraceWindowAdapter.java.

Here is the call graph for this function:

◆ windowLostFocus()

void com.jogamp.newt.event.TraceWindowAdapter.windowLostFocus ( final WindowEvent  e)

Window lost focus.

Implements com.jogamp.newt.event.WindowListener.

Definition at line 69 of file TraceWindowAdapter.java.

Here is the call graph for this function:

◆ windowMoved()

void com.jogamp.newt.event.TraceWindowAdapter.windowMoved ( final WindowEvent  e)

Window has been moved.

Implements com.jogamp.newt.event.WindowListener.

Definition at line 49 of file TraceWindowAdapter.java.

Here is the call graph for this function:

◆ windowRepaint()

void com.jogamp.newt.event.TraceWindowAdapter.windowRepaint ( final WindowUpdateEvent  e)

Window area shall be repainted.

Implements com.jogamp.newt.event.WindowListener.

Definition at line 74 of file TraceWindowAdapter.java.

Here is the call graph for this function:

◆ windowResized()

void com.jogamp.newt.event.TraceWindowAdapter.windowResized ( final WindowEvent  e)

Window is resized, your application shall respect the new window dimension.

A repaint is recommended.

Implements com.jogamp.newt.event.WindowListener.

Definition at line 44 of file TraceWindowAdapter.java.

Here is the call graph for this function:

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