Class RadianceRootPaneUI.TitleMouseInputHandler
java.lang.Object
java.awt.event.MouseAdapter
javax.swing.event.MouseInputAdapter
org.pushingpixels.radiance.theming.internal.ui.RadianceRootPaneUI.TitleMouseInputHandler
- All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener, MouseInputListener
- Enclosing class:
RadianceRootPaneUI
Mouse handler on the title pane.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PointPointer location when the mouse was pressed for a drag relative to the upper-lefthand corner of the window. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidMethods inherited from class MouseAdapter
mouseEntered, mouseExited, mouseMoved, mouseReleased, mouseWheelMovedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MouseListener
mouseEntered, mouseExited, mouseReleasedMethods inherited from interface MouseMotionListener
mouseMoved
-
Field Details
-
dragOffset
Pointer location when the mouse was pressed for a drag relative to the upper-lefthand corner of the window.
-
-
Constructor Details
-
TitleMouseInputHandler
private TitleMouseInputHandler()
-
-
Method Details
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener- Overrides:
mousePressedin classMouseAdapter
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener- Overrides:
mouseDraggedin classMouseAdapter
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener- Overrides:
mouseClickedin classMouseAdapter
-