Class TreeMapMouseController<N>

java.lang.Object
de.engehausen.treemap.swing.TreeMapMouseController<N>
Type Parameters:
N - the type of node of the model used for the tree map
All Implemented Interfaces:
MouseListener, MouseMotionListener, EventListener

public class TreeMapMouseController<N> extends Object implements MouseListener, MouseMotionListener
This class registers mouse and mouse motion listeners with the tree map to be able to handle desired mouse events (i.e mouse move for tooltips & highlighting, mouse released and so on).
Author:
Sorinel Cristescu