< prev index next >

src/java.desktop/share/classes/javax/swing/tree/package.html

Print this page




  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 <title></title>
  29 </head>
  30 <body bgcolor="white">
  31 
  32 Provides classes and interfaces for dealing with
  33 <code>javax.swing.JTree</code>. You use these classes and interfaces if you want
  34 control over how trees are constructed, updated, and rendered, as well
  35 as how data associated with the tree nodes are viewed and managed.
  36 
  37 <p>
  38 <strong>Note:</strong>
  39 Most of the Swing API is <em>not</em> thread safe.
  40 For details, see
  41 <a
  42 href="http://java.sun.com/docs/books/tutorial/uiswing/overview/threads.html"
  43 target="_top">Threads and Swing</a>,
  44 a section in
  45 <em><a href="http://java.sun.com/docs/books/tutorial/"
  46 target="_top">The Java Tutorial</a></em>.
  47 
  48 
  49 <h2>Related Documentation</h2>
  50 
  51 For overviews, tutorials, examples, guides, and tool documentation, please see:
  52 <ul>
  53   <li><a href="http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html" target="_top">How to Use Trees</a>,
  54       a section in <em>The Java Tutorial</em>
  55 </ul>
  56 
  57 
  58 @since 1.2
  59 @serial exclude
  60 
  61 </body>
  62 </html>


  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 <title></title>
  29 </head>
  30 <body bgcolor="white">
  31 
  32 Provides classes and interfaces for dealing with
  33 <code>javax.swing.JTree</code>. You use these classes and interfaces if you want
  34 control over how trees are constructed, updated, and rendered, as well
  35 as how data associated with the tree nodes are viewed and managed.
  36 
  37 <p>
  38 <strong>Note:</strong>
  39 Most of the Swing API is <em>not</em> thread safe.
  40 For details, see
  41 <a
  42 href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html"
  43 target="_top">Concurrency in Swing</a>,
  44 a section in
  45 <em><a href="http://docs.oracle.com/javase/tutorial/"
  46 target="_top">The Java Tutorial</a></em>.
  47 
  48 
  49 <h2>Related Documentation</h2>
  50 
  51 For overviews, tutorials, examples, guides, and tool documentation, please see:
  52 <ul>
  53   <li><a href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html" target="_top">How to Use Trees</a>,
  54       a section in <em>The Java Tutorial</em>
  55 </ul>
  56 
  57 
  58 @since 1.2
  59 @serial exclude
  60 
  61 </body>
  62 </html>
< prev index next >