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

Public Member Functions

 AWTWindowFocusAdapter (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 ()
 
void windowGainedFocus (final WindowEvent e)
 
void windowLostFocus (final WindowEvent 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...
 

Detailed Description

Definition at line 34 of file AWTWindowFocusAdapter.java.

Constructor & Destructor Documentation

◆ AWTWindowFocusAdapter()

com.jogamp.opengl.test.junit.util.AWTWindowFocusAdapter.AWTWindowFocusAdapter ( final String  prefix)

Definition at line 40 of file AWTWindowFocusAdapter.java.

Here is the call graph for this function:

Member Function Documentation

◆ focusGained()

boolean com.jogamp.opengl.test.junit.util.AWTWindowFocusAdapter.focusGained ( )

◆ focusLost()

boolean com.jogamp.opengl.test.junit.util.AWTWindowFocusAdapter.focusLost ( )

◆ reset()

void com.jogamp.opengl.test.junit.util.AWTWindowFocusAdapter.reset ( )

Implements com.jogamp.opengl.test.junit.util.EventCountAdapter.

Definition at line 55 of file AWTWindowFocusAdapter.java.

Here is the caller graph for this function:

◆ setVerbose()

void com.jogamp.opengl.test.junit.util.AWTWindowFocusAdapter.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 45 of file AWTWindowFocusAdapter.java.

◆ toString()

String com.jogamp.opengl.test.junit.util.AWTWindowFocusAdapter.toString ( )

Definition at line 77 of file AWTWindowFocusAdapter.java.

◆ windowGainedFocus()

void com.jogamp.opengl.test.junit.util.AWTWindowFocusAdapter.windowGainedFocus ( final WindowEvent  e)

Definition at line 60 of file AWTWindowFocusAdapter.java.

◆ windowLostFocus()

void com.jogamp.opengl.test.junit.util.AWTWindowFocusAdapter.windowLostFocus ( final WindowEvent  e)

Definition at line 69 of file AWTWindowFocusAdapter.java.


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