All Packages Class Hierarchy This Package Previous Next Index
Class Tree.DefaultTreeModel
java.lang.Object
|
+----Tree.DefaultTreeModel
- public class DefaultTreeModel
- extends Object
This class provides a default tree model. In order to be compatible
with the largest possible number of browsers we can't use Swing, since
it is Java 1.1+. However, to ease any future upgrading, we have created
this class to mirror that of a Swing class. It's methods are a subset
of those in the Swing class.
-
root
-
-
DefaultTreeModel(DefaultMutableTreeNode)
-
-
getRoot()
-
-
setRoot(DefaultMutableTreeNode)
-
root
protected DefaultMutableTreeNode root
DefaultTreeModel
public DefaultTreeModel(DefaultMutableTreeNode root)
getRoot
public DefaultMutableTreeNode getRoot()
setRoot
public void setRoot(DefaultMutableTreeNode root)
All Packages Class Hierarchy This Package Previous Next Index