|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
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 () |
Definition at line 42 of file NewtTestUtil.java.
| int com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.getWindowClosedCount | ( | ) |
Implements com.jogamp.opengl.test.junit.util.TestUtil.WindowClosingListener.
Definition at line 58 of file NewtTestUtil.java.
| int com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.getWindowClosingCount | ( | ) |
Implements com.jogamp.opengl.test.junit.util.TestUtil.WindowClosingListener.
Definition at line 54 of file NewtTestUtil.java.
| boolean com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.isWindowClosed | ( | ) |
Implements com.jogamp.opengl.test.junit.util.TestUtil.WindowClosingListener.
Definition at line 66 of file NewtTestUtil.java.
| boolean com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.isWindowClosing | ( | ) |
Implements com.jogamp.opengl.test.junit.util.TestUtil.WindowClosingListener.
Definition at line 62 of file NewtTestUtil.java.
| void com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.reset | ( | ) |
Implements com.jogamp.opengl.test.junit.util.TestUtil.WindowClosingListener.
Definition at line 49 of file NewtTestUtil.java.
| String com.jogamp.opengl.test.junit.util.NewtTestUtil.NEWTWindowClosingAdapter.toString | ( | ) |
Definition at line 80 of file NewtTestUtil.java.
| 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.
| 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.