|
|||||||||
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 InstanceListener
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |