- All Implemented Interfaces:
- java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener
- Enclosing class:
- HierarchyTree
public class HierarchyTree.HierarchicalMouseAdapter
extends java.awt.event.MouseAdapter
Here we add functionality for NON_STANDARD MOUSE CLICKS on the JTree nodes.
The default behavior of JTree is gotten entirely by LEFT MOUSE clicks.
Note that we delegate non-standard mouse clicks back to the cell renderer by
calling this.tree.startEditingAtPath(path);