|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ibm.techexplorer.event.techexplorerAdaptor
The techexplorerAdaptor is a techexplorer instance listener with
default implementations for the methods imposed by the
ibm.techexplorer.techexplorerListener interface.
The methods in this class are empty; this class is provided as a
convenience for ease in creating listeners by extending this class and
overriding only the methods of interest. Adaptor classes are frequently implemented
as inner classes.
InstanceListener,
MouseListener,
MouseMotionListener,
KeyListener,
FocusListener| Constructor Summary | |
techexplorerAdaptor()
|
|
| Method Summary | |
void |
focusGained(FocusEvent e)
Invoked when a techexplorer instance gains the focus. |
void |
focusLost(FocusEvent e)
Invoked when a techexplorer instance loses the focus. |
void |
instanceDelete(InstanceEvent e)
Invoked when the techexplorer plug-in is going to shutdown.. |
void |
keyPressed(KeyEvent e)
Invoked when a key has been pressed. |
void |
keyReleased(KeyEvent e)
Invoked when a key has been released. |
void |
keyTyped(KeyEvent e)
Invoked when a combination of a key press followed by a key release generated a character. |
void |
mouseClicked(MouseEvent e)
Invoked when the mouse has been clicked on a techexplorer instance. |
void |
mouseDragged(MouseEvent e)
Invoked when a mouse button is pressed on a techexplorer instance and then dragged. |
void |
mouseEntered(MouseEvent e)
Invoked when the mouse enters a techexplorer instance. |
void |
mouseExited(MouseEvent e)
Invoked when the mouse exits a techexplorerr instance. |
void |
mouseMoved(MouseEvent e)
Invoked when the mouse button has been moved on a techexplorer instance (with no buttons no down). |
void |
mousePressed(MouseEvent e)
Invoked when a mouse button has been pressed on a techexplorer instance. |
void |
mouseReleased(MouseEvent e)
As of techexplorer 3.1, mouseRelease is replaced by mouseReleased Invoked when a mouse button has been released on a techexplorer instance. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public techexplorerAdaptor()
| Method Detail |
public void instanceDelete(InstanceEvent e)
instanceDelete in interface InstanceListenerpublic void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenerpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenerpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenerpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenerpublic void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenerpublic void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenerpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||