API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.event. MouseMotionAdapter View Source
Author(s)
Amy Fowler
Since
1.1
Version
1.17 04/13/06
Serial
Hierarchy
 Object
      MouseMotionAdapter
Implements
 MouseMotionListener
Subclasses
Description
publicabstract abstract class MouseMotionAdapter
  An abstract adapter class for receiving mouse motion events.
Constructors
public MouseMotionAdapter ()
Methods
Hide/Show inherited methods
public void mouseDragged (MouseEvent e) [Specified in MouseMotionListener]
  Invoked when a mouse button is pressed on a component and then dragged.
public void mouseMoved (MouseEvent e) [Specified in MouseMotionListener]
Invoked when the mouse button has been moved on a component (with no buttons no down).
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar