JTree

Palette category
Swing
Palette bean
JTree
Project
JFC class libraries
Package
com.sun.java.swing
Type
JTree

Use a JTree bean to provide a view of objects from a tree data model. Use the tree model to define or derive the objects for the tree.

You should not use a JTree bean with AWT components. Although Swing and AWT beans can be mixed, it is inadvisable.


Related procedures
Adding a Table or Tree View

Related references
Table and Tree Beans
Beans for Visual Composition