JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter Class Reference
Inheritance diagram for com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter:
Collaboration diagram for com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter:

Public Member Functions

void reset ()
 
int getWindowClosingCount ()
 
int getWindowClosedCount ()
 
boolean isWindowClosing ()
 
boolean isWindowClosed ()
 
void windowDestroyNotify (final WindowEvent e)
 Window destruction has been requested. More...
 
void windowDestroyed (final WindowEvent e)
 Window has been destroyed. More...
 
String toString ()
 
- Public Member Functions inherited from com.jogamp.newt.event.WindowAdapter
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...
 
void reset ()
 
int getWindowClosingCount ()
 
int getWindowClosedCount ()
 
boolean isWindowClosing ()
 
boolean isWindowClosed ()
 

Detailed Description

Definition at line 42 of file NewtTestUtil.java.

Member Function Documentation

◆ getWindowClosedCount()

int com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.getWindowClosedCount ( )

◆ getWindowClosingCount()

int com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.getWindowClosingCount ( )

◆ isWindowClosed()

boolean com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.isWindowClosed ( )

◆ isWindowClosing()

boolean com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.isWindowClosing ( )

◆ reset()

void com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.reset ( )

◆ toString()

String com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.toString ( )

Definition at line 80 of file NewtTestUtil.java.

◆ windowDestroyed()

void com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.windowDestroyed ( final WindowEvent  e)

Window has been destroyed.

Reimplemented from com.jogamp.newt.event.WindowAdapter.

Definition at line 75 of file NewtTestUtil.java.

◆ windowDestroyNotify()

void com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.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.

Reimplemented from com.jogamp.newt.event.WindowAdapter.

Definition at line 70 of file NewtTestUtil.java.


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