Java Platform 1.2

Uses of Interface
java.awt.event.MouseMotionListener

Packages that use MouseMotionListener
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. 
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.event Provides for events fired by Swing components. 
javax.swing.plaf.basic Provides user interface objects built according to the Basic look-and-feel. 
javax.swing.plaf.metal Provides user interface objects built according to the ``metal'' look-and-feel. 
javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. 
 

Uses of MouseMotionListener in java.awt
 

Classes in java.awt that implement MouseMotionListener
 class 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
 class 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
 class MouseMotionAdapter
          An abstract adapter class for receiving mouse motion events.
 

Uses of MouseMotionListener in javax.swing
 

Classes in javax.swing that implement MouseMotionListener
 class ToolTipManager
          Manages all the ToolTips in the system.
 

Uses of MouseMotionListener in javax.swing.event
 

Subinterfaces of MouseMotionListener in javax.swing.event
 interface MouseInputListener
          A listener implementing all the methods in both the MouseListener and MouseMotionListener interfaces.
 

Classes in javax.swing.event that implement MouseMotionListener
 class MouseInputAdapter
          The adapter which receives mouse events and mouse motion events.
 

Uses of MouseMotionListener in javax.swing.plaf.basic
 

Classes in javax.swing.plaf.basic that implement MouseMotionListener
 class BasicButtonListener
          Button Listener
protected  class BasicComboPopup.InvocationMouseMotionHandler
          This listener watches for dragging and updates the current selection in the list if it is dragging over the list.
protected  class BasicComboPopup.ListMouseMotionHandler
          This listener changes the selected item as you move the mouse over the list.
 class BasicDesktopIconUI.MouseInputHandler
          Listens for mouse movements and acts on them.
protected  class BasicInternalFrameUI.BorderListener
          Listens for border adjustments.
protected  class BasicInternalFrameUI.GlassPaneDispatcher
           
 class BasicListUI.MouseInputHandler
          Mouse input, and focus handling for JList.
protected  class BasicMenuItemUI.MouseInputHandler
           
protected  class BasicScrollBarUI.TrackListener
          Track mouse drags.
 class BasicSliderUI.TrackListener
          Track mouse movements.
protected  class BasicSplitPaneDivider.MouseHandler
          MouseHandler is responsible for converting mouse events (released, dragged...) into the appropriate DragController methods.
 class BasicTableHeaderUI.MouseInputHandler
          This inner class is marked "public" due to a compiler bug.
 class BasicTableUI.MouseInputHandler
          This inner class is marked "public" due to a compiler bug.
static class BasicTextUI.BasicCaret
           
 class BasicToolBarUI.DockingListener
          This inner class is marked "public" due to a compiler bug.
 class BasicTreeUI.MouseInputHandler
          MouseInputHandler handles passing all mouse events, including mouse motion events, until the mouse is released to the destination it is constructed with.
 

Fields in javax.swing.plaf.basic declared as MouseMotionListener
protected  MouseMotionListener BasicComboPopup.mouseMotionListener
           
protected  MouseMotionListener BasicComboPopup.listMouseMotionListener
           
protected  MouseMotionListener BasicComboBoxUI.popupMouseMotionListener
           
 

Methods in javax.swing.plaf.basic that return MouseMotionListener
 MouseMotionListener ComboPopup.getMouseMotionListener()
          Returns a mouse motion listener that makes the popup act like a menu.
 MouseMotionListener BasicComboPopup.getMouseMotionListener()
          Implementation of ComboPopup.getMouseMotionListener().
protected  MouseMotionListener BasicComboPopup.createMouseMotionListener()
          Creates the mouse motion listener that is returned by ComboPopup.getMouseMotionListener().
protected  MouseMotionListener BasicComboPopup.createListMouseMotionListener()
          Creates a mouse motion listener that watches for mouse events in the popup's list.
 

Uses of MouseMotionListener in javax.swing.plaf.metal
 

Classes in javax.swing.plaf.metal that implement MouseMotionListener
protected  class MetalToolBarUI.MetalDockingListener
           
 

Uses of MouseMotionListener in javax.swing.text
 

Classes in javax.swing.text that implement MouseMotionListener
 class DefaultCaret
          A default implementation of Caret.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
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.