switch (e.getID())
{
case (MouseEvent.MOUSE_MOVED):
case (MouseEvent.MOUSE_DRAGGED):
PhyloTree tree = (PhyloTree) PhyloWidget.trees.getTree();
if (containsPoint && t.respondToOtherEvents())
{
UIUtils.setCursor(this, p, Cursor.HAND_CURSOR);
tree.setHoveredNode(getCurRange().node);
} else
{