javax.swing
Class ToolTipManager.MoveBeforeEnterListener

java.lang.Object
  extended byjava.awt.event.MouseMotionAdapter
      extended byjavax.swing.ToolTipManager.MoveBeforeEnterListener
All Implemented Interfaces:
EventListener, MouseMotionListener
Enclosing class:
ToolTipManager

private class ToolTipManager.MoveBeforeEnterListener
extends MouseMotionAdapter


Constructor Summary
private ToolTipManager.MoveBeforeEnterListener()
           
 
Method Summary
 void mouseMoved(MouseEvent e)
          Invoked when the mouse button has been moved on a component (with no buttons no down).
 
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

ToolTipManager.MoveBeforeEnterListener

private ToolTipManager.MoveBeforeEnterListener()
Method Detail

mouseMoved

public void mouseMoved(MouseEvent e)
Description copied from class: MouseMotionAdapter
Invoked when the mouse button has been moved on a component (with no buttons no down).

Specified by:
mouseMoved in interface MouseMotionListener
Overrides:
mouseMoved in class MouseMotionAdapter