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

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

Detailed Description

Definition at line 34 of file AWTFocusAdapter.java.

Constructor & Destructor Documentation

◆ AWTFocusAdapter()

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

Definition at line 41 of file AWTFocusAdapter.java.

Here is the call graph for this function:

Member Function Documentation

◆ focusGained() [1/2]

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.

Here is the caller graph for this function:

◆ focusGained() [2/2]

void com.jogamp.opengl.test.junit.util.AWTFocusAdapter.focusGained ( final FocusEvent  e)

Definition at line 67 of file AWTFocusAdapter.java.

◆ focusLost() [1/2]

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.

Here is the caller graph for this function:

◆ focusLost() [2/2]

void com.jogamp.opengl.test.junit.util.AWTFocusAdapter.focusLost ( final FocusEvent  e)

Definition at line 77 of file AWTFocusAdapter.java.

◆ getWasTemporary()

boolean com.jogamp.opengl.test.junit.util.AWTFocusAdapter.getWasTemporary ( )
Returns
true, if the last change was temporary

Definition at line 62 of file AWTFocusAdapter.java.

◆ reset()

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.

Here is the caller graph for this function:

◆ setVerbose()

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.

◆ toString()

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

Definition at line 86 of file AWTFocusAdapter.java.


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