Uses of Class
java.awt.event.MouseAdapter
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides for events fired by Swing components.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Provides the class
HTMLEditorKit
and supporting classes for creating
HTML text editors.-
Uses of MouseAdapter in javax.swing
-
Uses of MouseAdapter in javax.swing.event
Modifier and TypeClassDescriptionclass
An empty implementation of theMouseInputListener
interface, provided as a convenience to simplify the task of creating listeners, by extending and implementing only the methods of interest. -
Uses of MouseAdapter in javax.swing.plaf.basic
Modifier and TypeClassDescriptionprotected class
A listener to be registered upon the combo box (not its popup menu) to handle mouse events that affect the state of the popup menu.protected class
This listener hides the popup when the mouse is released in the list.class
Listens for mouse movements and acts on them.protected class
A double click listener.protected class
Listens for border adjustments.protected class
Listener for cursor keys.protected class
Track mouse drags.class
Track mouse movements.protected class
MouseHandler is responsible for converting mouse events (released, dragged...) into the appropriate DragController methods.class
This class should be treated as a "protected" inner class.class
TreeMouseListener is responsible for updating the selection based on mouse events. -
Uses of MouseAdapter in javax.swing.plaf.metal
Modifier and TypeClassDescriptionprotected class
Deprecated.As of JDK version 9. -
Uses of MouseAdapter in javax.swing.text.html
Modifier and TypeClassDescriptionprotected class
MouseEventListener class to handle form submissions when an input with type equal to image is clicked on.static class
Class to watch the associated component and fire hyperlink events on it when appropriate.