src/share/classes/javax/swing/JTree.java

Print this page

        

*** 42,52 **** /** * <a name="jtree_description"></a> * A control that displays a set of hierarchical data as an outline. * You can find task-oriented documentation and examples of using trees in ! * <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html">How to Use Trees</a>, * a section in <em>The Java Tutorial.</em> * <p> * A specific node in a tree can be identified either by a * <code>TreePath</code> (an object * that encapsulates a node and all of its ancestors), or by its --- 42,52 ---- /** * <a name="jtree_description"></a> * A control that displays a set of hierarchical data as an outline. * You can find task-oriented documentation and examples of using trees in ! * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Trees</a>, * a section in <em>The Java Tutorial.</em> * <p> * A specific node in a tree can be identified either by a * <code>TreePath</code> (an object * that encapsulates a node and all of its ancestors), or by its