freemind.controller
Class NodeMotionListener.NodeMotionAdapter

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by freemind.controller.NodeMotionListener.NodeMotionAdapter
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener
Direct Known Subclasses:
MindMapNodeMotionListener
Enclosing class:
NodeMotionListener

public abstract static class NodeMotionListener.NodeMotionAdapter
extends java.awt.event.MouseAdapter
implements java.awt.event.MouseMotionListener, java.awt.event.MouseListener


Constructor Summary
NodeMotionListener.NodeMotionAdapter()
           
 
Method Summary
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
 
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 

Constructor Detail

NodeMotionListener.NodeMotionAdapter

public NodeMotionListener.NodeMotionAdapter()