java.lang.Object
javax.swing.plaf.basic.BasicTableUI.MouseInputHandler
- All Implemented Interfaces:
- MouseListener,- MouseMotionListener,- EventListener,- MouseInputListener
- Enclosing class:
- BasicTableUI
public class BasicTableUI.MouseInputHandler extends Object implements MouseInputListener
This class should be treated as a "protected" inner class.
 Instantiate it only within subclasses of BasicTableUI.
- 
Constructor SummaryConstructors Constructor Description MouseInputHandler()
- 
Method SummaryMethods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface java.awt.event.MouseListenermouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
- 
Constructor Details- 
MouseInputHandlerpublic MouseInputHandler()
 
-