|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.event.MouseAdapter
net.sourceforge.atunes.kernel.controllers.navigation.listeners.NavigationTreeMouseListener
public class NavigationTreeMouseListener
The listener interface for receiving navigationTreeMouse events.
| Constructor Summary | |
|---|---|
NavigationTreeMouseListener(NavigationController controller,
NavigationPanel panel)
Instantiates a new navigation tree mouse listener. |
|
| Method Summary | |
|---|---|
void |
mouseClicked(java.awt.event.MouseEvent e)
|
void |
mouseExited(java.awt.event.MouseEvent arg0)
|
| Methods inherited from class java.awt.event.MouseAdapter |
|---|
mouseDragged, mouseEntered, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NavigationTreeMouseListener(NavigationController controller,
NavigationPanel panel)
controller - the controllerpanel - the panel| Method Detail |
|---|
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked in interface java.awt.event.MouseListenermouseClicked in class java.awt.event.MouseAdapterpublic void mouseExited(java.awt.event.MouseEvent arg0)
mouseExited in interface java.awt.event.MouseListenermouseExited in class java.awt.event.MouseAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||