Package com.treemap.swing
Class SwingTreeMapToolTip.MouseRedispatcher
java.lang.Object
com.treemap.swing.SwingTreeMapToolTip.MouseRedispatcher
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
- Enclosing class:
- SwingTreeMapToolTip<N,
Row, Column>
protected class SwingTreeMapToolTip.MouseRedispatcher
extends Object
implements MouseListener, MouseWheelListener, MouseMotionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
-
Constructor Details
-
MouseRedispatcher
protected MouseRedispatcher()
-
-
Method Details
-
mouseClicked
- Specified by:
mouseClicked
in interfaceMouseListener
-
mousePressed
- Specified by:
mousePressed
in interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleased
in interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEntered
in interfaceMouseListener
-
mouseExited
- Specified by:
mouseExited
in interfaceMouseListener
-
mouseDragged
- Specified by:
mouseDragged
in interfaceMouseMotionListener
-
mouseMoved
- Specified by:
mouseMoved
in interfaceMouseMotionListener
-
mouseWheelMoved
- Specified by:
mouseWheelMoved
in interfaceMouseWheelListener
-