Searched refs:selPath (Results 1 – 1 of 1) sorted by relevance
274 TreePath selPath = jTreeDisplay.getSelectionPath(); in valueChanged() local275 activeNode = (DefaultMutableTreeNode)selPath.getLastPathComponent(); in valueChanged()573 TreePath selPath = jTreeDisplay.getPathForLocation(ev.getX(), ev.getY()); in mousePopup() local576 DefaultMutableTreeNode node = (DefaultMutableTreeNode)selPath.getLastPathComponent(); in mousePopup()604 TreePath selPath = projectTree.getPathForLocation(ev.getX(), ev.getY()); in mousePopup() local606 DefaultMutableTreeNode node = (DefaultMutableTreeNode)selPath.getLastPathComponent(); in mousePopup()