Factors out the listener manipulation for the events supported by all of the GLDrawable implementations.
More...
Factors out the listener manipulation for the events supported by all of the GLDrawable implementations.
Provided to reduce clutter in the documentation for GLDrawable.
Definition at line 50 of file ComponentEvents.java.
◆ addComponentListener()
| void com.jogamp.opengl.awt.ComponentEvents.addComponentListener |
( |
ComponentListener |
l | ) |
|
◆ addFocusListener()
| void com.jogamp.opengl.awt.ComponentEvents.addFocusListener |
( |
FocusListener |
l | ) |
|
◆ addHierarchyBoundsListener()
| void com.jogamp.opengl.awt.ComponentEvents.addHierarchyBoundsListener |
( |
HierarchyBoundsListener |
l | ) |
|
◆ addHierarchyListener()
| void com.jogamp.opengl.awt.ComponentEvents.addHierarchyListener |
( |
HierarchyListener |
l | ) |
|
◆ addInputMethodListener()
| void com.jogamp.opengl.awt.ComponentEvents.addInputMethodListener |
( |
InputMethodListener |
l | ) |
|
◆ addKeyListener()
| void com.jogamp.opengl.awt.ComponentEvents.addKeyListener |
( |
KeyListener |
l | ) |
|
◆ addMouseListener()
| void com.jogamp.opengl.awt.ComponentEvents.addMouseListener |
( |
MouseListener |
l | ) |
|
◆ addMouseMotionListener()
| void com.jogamp.opengl.awt.ComponentEvents.addMouseMotionListener |
( |
MouseMotionListener |
l | ) |
|
◆ addMouseWheelListener()
| void com.jogamp.opengl.awt.ComponentEvents.addMouseWheelListener |
( |
MouseWheelListener |
l | ) |
|
◆ addPropertyChangeListener() [1/2]
| void com.jogamp.opengl.awt.ComponentEvents.addPropertyChangeListener |
( |
PropertyChangeListener |
listener | ) |
|
◆ addPropertyChangeListener() [2/2]
| void com.jogamp.opengl.awt.ComponentEvents.addPropertyChangeListener |
( |
String |
propertyName, |
|
|
PropertyChangeListener |
listener |
|
) |
| |
◆ removeComponentListener()
| void com.jogamp.opengl.awt.ComponentEvents.removeComponentListener |
( |
ComponentListener |
l | ) |
|
◆ removeFocusListener()
| void com.jogamp.opengl.awt.ComponentEvents.removeFocusListener |
( |
FocusListener |
l | ) |
|
◆ removeHierarchyBoundsListener()
| void com.jogamp.opengl.awt.ComponentEvents.removeHierarchyBoundsListener |
( |
HierarchyBoundsListener |
l | ) |
|
◆ removeHierarchyListener()
| void com.jogamp.opengl.awt.ComponentEvents.removeHierarchyListener |
( |
HierarchyListener |
l | ) |
|
◆ removeInputMethodListener()
| void com.jogamp.opengl.awt.ComponentEvents.removeInputMethodListener |
( |
InputMethodListener |
l | ) |
|
◆ removeKeyListener()
| void com.jogamp.opengl.awt.ComponentEvents.removeKeyListener |
( |
KeyListener |
l | ) |
|
◆ removeMouseListener()
| void com.jogamp.opengl.awt.ComponentEvents.removeMouseListener |
( |
MouseListener |
l | ) |
|
◆ removeMouseMotionListener()
| void com.jogamp.opengl.awt.ComponentEvents.removeMouseMotionListener |
( |
MouseMotionListener |
l | ) |
|
◆ removeMouseWheelListener()
| void com.jogamp.opengl.awt.ComponentEvents.removeMouseWheelListener |
( |
MouseWheelListener |
l | ) |
|
◆ removePropertyChangeListener() [1/2]
| void com.jogamp.opengl.awt.ComponentEvents.removePropertyChangeListener |
( |
PropertyChangeListener |
listener | ) |
|
◆ removePropertyChangeListener() [2/2]
| void com.jogamp.opengl.awt.ComponentEvents.removePropertyChangeListener |
( |
String |
propertyName, |
|
|
PropertyChangeListener |
listener |
|
) |
| |
The documentation for this interface was generated from the following file: