java.lang.Object
javax.swing.plaf.basic.BasicTableUI.MouseInputHandler
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,EventListener
,MouseInputListener
- Enclosing class:
BasicTableUI
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of BasicTableUI.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when the mouse button has been clicked (pressed and released) on a component.void
Invoked when a mouse button is pressed on a component and then dragged.void
Invoked when the mouse enters a component.void
Invoked when the mouse exits a component.void
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed.void
Invoked when a mouse button has been pressed on a component.void
Invoked when a mouse button has been released on a component.