|
|||||||||
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 |
mouseRelease(MouseEvent e)
Invoked when a mouse button has been released on a techexplorer instance. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public techexplorerAdaptor()
Method Detail |
public void instanceDelete(InstanceEvent e)
public void mouseClicked(MouseEvent e)
public void mouseEntered(MouseEvent e)
public void mouseExited(MouseEvent e)
public void mousePressed(MouseEvent e)
public void mouseRelease(MouseEvent e)
public void mouseDragged(MouseEvent e)
public void mouseMoved(MouseEvent e)
public void keyPressed(KeyEvent e)
public void keyReleased(KeyEvent e)
public void keyTyped(KeyEvent e)
public void focusGained(FocusEvent e)
public void focusLost(FocusEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |