Java Platform 1.2
Beta 4

Uses of Interface
java.awt.event.MouseMotionListener

Packages that use MouseMotionListener
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.event Provides for events fired by Swing components.  
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.dnd Provides interfaces and classes for supporting drag-and-drop operations.  
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.  
 

Uses of MouseMotionListener in com.sun.java.swing
 

Classes in com.sun.java.swing that implement MouseMotionListener
  ToolTipManager
          Manages all the ToolTips in the system.
 

Uses of MouseMotionListener in com.sun.java.swing.event
 

Subinterfaces of MouseMotionListener in com.sun.java.swing.event
  MouseInputListener
          A listener implementing all the methods in both the MouseListener and MouseMotionListener interfaces.
 

Classes in com.sun.java.swing.event that implement MouseMotionListener
  MouseInputAdapter
          The adapter which receives mouse events and mouse motion events.
 

Uses of MouseMotionListener in com.sun.java.swing.text
 

Classes in com.sun.java.swing.text that implement MouseMotionListener
  DefaultCaret
          An implementation of Caret for a view that maps over the entire portion of the model represented (i.e. there are no holes in the area represented) and renders the insert position as a vertical line.
 

Uses of MouseMotionListener in java.awt
 

Classes in java.awt that implement MouseMotionListener
  AWTEventMulticaster
          A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
 

Methods in java.awt that return MouseMotionListener
static MouseMotionListener AWTEventMulticaster.add(MouseMotionListener a, MouseMotionListener b)
          Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.
static MouseMotionListener AWTEventMulticaster.remove(MouseMotionListener l, MouseMotionListener oldl)
          Removes the old mouse-motion-listener from mouse-motion-listener-l and returns the resulting multicast listener.
 

Methods in java.awt with parameters of type MouseMotionListener
 void Component.addMouseMotionListener(MouseMotionListener l)
          Adds the specified mouse motion listener to receive mouse motion events from this component.
 void Component.removeMouseMotionListener(MouseMotionListener l)
          Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
static MouseMotionListener AWTEventMulticaster.add(MouseMotionListener a, MouseMotionListener b)
          Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.
static MouseMotionListener AWTEventMulticaster.remove(MouseMotionListener l, MouseMotionListener oldl)
          Removes the old mouse-motion-listener from mouse-motion-listener-l and returns the resulting multicast listener.
 

Uses of MouseMotionListener in java.awt.dnd
 

Classes in java.awt.dnd that implement MouseMotionListener
  MouseDragGestureRecognizer
           This abstract subclass of DragGestureRecognizer defines a DragGestureRecognizer for Mouse based gestures.
 

Uses of MouseMotionListener in java.awt.event
 

Classes in java.awt.event that implement MouseMotionListener
  MouseMotionAdapter
          An abstract adapter class for receiving mouse motion events.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.