|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.MouseAdapter | +--jadex.swing.map.LineMouse
Lighten up label and line when mouse is in. This class is used together with MapPointDisplay for label and line lightening up effect.
Constructor Summary | |
LineMouse(LocusUI ui,
MapPointDisplay display)
The sole construcotr. |
Method Summary | |
void |
mouseEntered(java.awt.event.MouseEvent e)
When Mouse eneters, set up the name of the LocusUI. |
void |
mouseExited(java.awt.event.MouseEvent e)
When Mouse exits, remove the selected name of the LocusUI. |
Methods inherited from class java.awt.event.MouseAdapter |
mouseClicked, mousePressed, mouseReleased |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LineMouse(LocusUI ui, MapPointDisplay display)
ui
- the LocusUI which Mouse will interact.display
- the paraent of the ui.Method Detail |
public void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered
in class java.awt.event.MouseAdapter
public void mouseExited(java.awt.event.MouseEvent e)
mouseExited
in class java.awt.event.MouseAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |