|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
FocusListener | Description This interface defines the methods that a Java object must implement to receive notifications for focus events on techexplorer instances. |
KeyListener | Description This interface defines the methods that a Java object must implement to receive notifications for key events on techexplorer instances. |
MouseListener | Description
This interface defines the methods that a Java object must implement to receive
notifications for mouse events (MOUSE_CLICKED, MOUSE_PRESSED, MOUSE_RELEASED,
MOUSE_ENTERED, MOUSE_EXITED ) on techexplorer instances. |
MouseMotionListener | Description
This interface defines the methods that a Java object must implement to receive
notifications for mouse events (MOUSE_MOVED and MOUSE_DRAGGED ) on
techexplorer instances. |
Class Summary | |
FocusAdaptor | Description
The FocusAdaptor is a focus listener with default implementations
for the methods imposed by the
ibm.techexplorer.awt.event.FocusListener interface. |
FocusEvent | Description This event indicates that a techexplorer instance has gained or lost focus. |
InputEvent | Description
This class is the superclass for the
ibm.techexplorer.awt.event.KeyEvent and
ibm.techexplorer.awt.event.MouseEvent events. |
KeyAdaptor | Description
The KeyAdaptor is a keyboard listener with default implementations
for the methods imposed by the
ibm.techexplorer.awt.event.KeyListener interface. |
KeyEvent | Description
The KeyEvent indicates that a key has been pressed, released or
typed in a techexplorer instance window. |
MouseAdaptor | Description
The MouseAdaptor is a mouse listener with default implementations
for the methods imposed by the
ibm.techexplorer.awt.event.MouseListener interface. |
MouseEvent | Description This event encapsulates mouse movement and press/release information. |
MouseMotionAdaptor | Description
The MouseMotionAdaptor is a mouse listener with default implementations
for the methods imposed by the
ibm.techexplorer.awt.event.MouseMotionListener interface. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |