|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.MouseAdapter | +--Watcher.v2_1.Overview.NodeSelectionListener
An internal listener class which listens for MouseEvents generated by the user pressing the mousebuttons over the JTree.
Constructor Summary | |
Overview.NodeSelectionListener()
|
Method Summary | |
void |
mousePressed(java.awt.event.MouseEvent me)
The method is called every time the user pushes down a mousebutton in the JTree. |
Methods inherited from class java.awt.event.MouseAdapter |
mouseClicked, mouseEntered, mouseExited, mouseReleased |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Overview.NodeSelectionListener()
Method Detail |
public void mousePressed(java.awt.event.MouseEvent me)
mousePressed
in class java.awt.event.MouseAdapter
me
- The MouseEvent generated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |