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

Public Member Functions

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 WindowAdapter.java.

Member Function Documentation

◆ windowDestroyed()

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

◆ windowDestroyNotify()

void com.jogamp.newt.event.WindowAdapter.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.

Reimplemented in com.jogamp.opengl.demos.util.QuitAdapter, com.jogamp.newt.opengl.util.NEWTDemoListener, com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter, and com.jogamp.opengl.test.junit.util.QuitAdapter.

Definition at line 40 of file WindowAdapter.java.

◆ windowGainedFocus()

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

Window gained focus.

Implements com.jogamp.newt.event.WindowListener.

Definition at line 46 of file WindowAdapter.java.

◆ windowLostFocus()

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

Window lost focus.

Implements com.jogamp.newt.event.WindowListener.

Definition at line 49 of file WindowAdapter.java.

◆ windowMoved()

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

Window has been moved.

Implements com.jogamp.newt.event.WindowListener.

Definition at line 37 of file WindowAdapter.java.

◆ windowRepaint()

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

Window area shall be repainted.

Implements com.jogamp.newt.event.WindowListener.

Definition at line 52 of file WindowAdapter.java.

◆ windowResized()

void com.jogamp.newt.event.WindowAdapter.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 34 of file WindowAdapter.java.


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