Save This Page
Home » openjdk-7 » javax » swing » event » [javadoc | source]
javax.swing.event
abstract public class: MouseInputAdapter [javadoc | source]
java.lang.Object
   java.awt.event.MouseAdapter
      javax.swing.event.MouseInputAdapter

All Implemented Interfaces:
    MouseInputListener, MouseListener, MouseMotionListener, MouseWheelListener

Direct Known Subclasses:
    MouseInputHandler, TrackListener, DragListener, BorderListener

An empty implementation of the {@code MouseInputListener} interface, provided as a convenience to simplify the task of creating listeners, by extending and implementing only the methods of interest. This class also provides an empty implementation of the {@code MouseWheelListener} interface, through its extension from AWT's {@code MouseAdapter}.
Methods from java.awt.event.MouseAdapter:
mouseClicked,   mouseDragged,   mouseEntered,   mouseExited,   mouseMoved,   mousePressed,   mouseReleased,   mouseWheelMoved
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait