All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.app.actions.QTMouseMotionAdapter

java.lang.Object
   |
   +----quicktime.app.actions.QTMouseMotionAdapter

public abstract class QTMouseMotionAdapter
extends Object
implements QTMouseMotionListener
The QTMouseMotionAdapter adapter which receives mouse events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.


Constructor Index

 o QTMouseMotionAdapter()

Method Index

 o mouseDragged(MouseEvent)
 o mouseEnteredTarget(MouseEvent)
 o mouseExitedTarget(MouseEvent)
 o mouseMoved(MouseEvent)

Constructors

 o QTMouseMotionAdapter
 public QTMouseMotionAdapter()

Methods

 o mouseDragged
 public void mouseDragged(MouseEvent e)
 o mouseMoved
 public void mouseMoved(MouseEvent e)
 o mouseEnteredTarget
 public void mouseEnteredTarget(MouseEvent e)
 o mouseExitedTarget
 public void mouseExitedTarget(MouseEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index