Package com.treemap.swing.treeplot
Class SwingTreePlotToolTip.MouseRedispatcher
java.lang.Object
com.treemap.swing.treeplot.SwingTreePlotToolTip.MouseRedispatcher
- All Implemented Interfaces:
MouseListener,MouseMotionListener,MouseWheelListener,EventListener
- Enclosing class:
SwingTreePlotToolTip<N,Row, Column>
protected class SwingTreePlotToolTip.MouseRedispatcher
extends Object
implements MouseListener, MouseWheelListener, MouseMotionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
MouseRedispatcher
protected MouseRedispatcher()
-
-
Method Details
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener
-
mouseWheelMoved
- Specified by:
mouseWheelMovedin interfaceMouseWheelListener
-