Java Platform 1.2
Beta 4

Uses of Interface
java.awt.event.MouseListener

Packages that use MouseListener
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.  
com.sun.java.swing.text.html Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors.  
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 MouseListener in com.sun.java.swing
 

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

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

Subinterfaces of MouseListener 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 MouseListener
  MouseInputAdapter
          The adapter which receives mouse events and mouse motion events.
 

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

Classes in com.sun.java.swing.text that implement MouseListener
  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 MouseListener in com.sun.java.swing.text.html
 

Classes in com.sun.java.swing.text.html that implement MouseListener
static  HTMLEditorKit.LinkController
          Class to watch the associated component and fire hyperlink events on it when appropriate.
 

Uses of MouseListener in java.awt
 

Classes in java.awt that implement MouseListener
  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 MouseListener
static MouseListener AWTEventMulticaster.add(MouseListener a, MouseListener b)
          Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener.
static MouseListener AWTEventMulticaster.remove(MouseListener l, MouseListener oldl)
          Removes the old mouse-listener from mouse-listener-l and returns the resulting multicast listener.
 

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

Uses of MouseListener in java.awt.dnd
 

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

Uses of MouseListener in java.awt.event
 

Classes in java.awt.event that implement MouseListener
  MouseAdapter
          An abstract adapter class for receiving mouse 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.