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
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods declared in interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
Methods declared in interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
-
Constructor Details
-
MouseInputHandler
public MouseInputHandler()Constructs aMouseInputHandler
.
-