Interface MouseInputListener
- All Superinterfaces:
EventListener, MouseListener, MouseMotionListener
- All Known Implementing Classes:
BasicDesktopIconUI.MouseInputHandler, BasicInternalFrameUI.BorderListener, BasicInternalFrameUI.GlassPaneDispatcher, BasicListUI.MouseInputHandler, BasicMenuItemUI.MouseInputHandler, BasicMenuUI.MouseInputHandler, BasicSliderUI.TrackListener, BasicTableHeaderUI.MouseInputHandler, BasicTableUI.MouseInputHandler, BasicToolBarUI.DockingListener, BasicTreeUI.MouseInputHandler, MetalToolBarUI.MetalDockingListener, MouseInputAdapter
A listener implementing all the methods in both the
MouseListener and
MouseMotionListener interfaces.- See Also:
-
Method Summary
Methods declared in interface MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedModifier and TypeMethodDescriptionvoidInvoked when the mouse button has been clicked (pressed and released) on a component.voidInvoked when the mouse enters a component.voidInvoked when the mouse exits a component.voidInvoked when a mouse button has been pressed on a component.voidInvoked when a mouse button has been released on a component.Methods declared in interface MouseMotionListener
mouseDragged, mouseMovedModifier and TypeMethodDescriptionvoidInvoked when a mouse button is pressed on a component and then dragged.voidInvoked when the mouse cursor has been moved onto a component but no buttons have been pushed.