|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| AWTFocusAdapter (final String prefix) | |
| void | setVerbose (final boolean v) |
| Instance starts in verbose mode, call w/ false to disable verbosity. More... | |
| boolean | focusLost () |
| boolean | focusGained () |
| void | reset () |
| boolean | getWasTemporary () |
| void | focusGained (final FocusEvent e) |
| void | focusLost (final FocusEvent e) |
| String | toString () |
| boolean | focusLost () |
| boolean | focusGained () |
| void | reset () |
| void | setVerbose (boolean v) |
| Instance starts in verbose mode, call w/ false to disable verbosity. More... | |
Definition at line 34 of file AWTFocusAdapter.java.
| com.jogamp.opengl.test.junit.util.AWTFocusAdapter.AWTFocusAdapter | ( | final String | prefix | ) |
| boolean com.jogamp.opengl.test.junit.util.AWTFocusAdapter.focusGained | ( | ) |
Implements com.jogamp.opengl.test.junit.util.FocusEventCountAdapter.
Definition at line 52 of file AWTFocusAdapter.java.
| void com.jogamp.opengl.test.junit.util.AWTFocusAdapter.focusGained | ( | final FocusEvent | e | ) |
Definition at line 67 of file AWTFocusAdapter.java.
| boolean com.jogamp.opengl.test.junit.util.AWTFocusAdapter.focusLost | ( | ) |
Implements com.jogamp.opengl.test.junit.util.FocusEventCountAdapter.
Definition at line 48 of file AWTFocusAdapter.java.
| void com.jogamp.opengl.test.junit.util.AWTFocusAdapter.focusLost | ( | final FocusEvent | e | ) |
Definition at line 77 of file AWTFocusAdapter.java.
| boolean com.jogamp.opengl.test.junit.util.AWTFocusAdapter.getWasTemporary | ( | ) |
Definition at line 62 of file AWTFocusAdapter.java.
| void com.jogamp.opengl.test.junit.util.AWTFocusAdapter.reset | ( | ) |
Implements com.jogamp.opengl.test.junit.util.EventCountAdapter.
Definition at line 56 of file AWTFocusAdapter.java.
| void com.jogamp.opengl.test.junit.util.AWTFocusAdapter.setVerbose | ( | final boolean | v | ) |
Instance starts in verbose mode, call w/ false to disable verbosity.
Implements com.jogamp.opengl.test.junit.util.EventCountAdapter.
Definition at line 46 of file AWTFocusAdapter.java.
| String com.jogamp.opengl.test.junit.util.AWTFocusAdapter.toString | ( | ) |
Definition at line 86 of file AWTFocusAdapter.java.