net.sf.jtreemap.swing
Class JTreeMap.HandleMouseMotion

java.lang.Object
  extended by java.awt.event.MouseMotionAdapter
      extended by net.sf.jtreemap.swing.JTreeMap.HandleMouseMotion
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener
Enclosing class:
JTreeMap

protected class JTreeMap.HandleMouseMotion
extends java.awt.event.MouseMotionAdapter

Listener who define the active leaf and set the tooltip text.

 

Constructor Summary
protected JTreeMap.HandleMouseMotion()
           
 
Method Summary
 void mouseMoved(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseMotionAdapter
mouseDragged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTreeMap.HandleMouseMotion

protected JTreeMap.HandleMouseMotion()
Method Detail

mouseMoved

public void mouseMoved(java.awt.event.MouseEvent e)
Specified by:
mouseMoved in interface java.awt.event.MouseMotionListener
Overrides:
mouseMoved in class java.awt.event.MouseMotionAdapter