Class TreeHelper


  • public class TreeHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TreeHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addLinkSupport​(javax.swing.JTree tree)  
      static javax.swing.tree.TreePath getPathForLocation​(javax.swing.JTree tree, int x, int y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TreeHelper

        public TreeHelper()
    • Method Detail

      • getPathForLocation

        public static javax.swing.tree.TreePath getPathForLocation​(javax.swing.JTree tree,
                                                                   int x,
                                                                   int y)
      • addLinkSupport

        public static void addLinkSupport​(javax.swing.JTree tree)