Default constructor. // // Constructors // this(null);
// // Constructors // this(null);
Constructs a tree with the specified document. super(new Model()); // set tree properties setRootVisible(false); // set properties setDocument(document);
super(new Model()); // set tree properties setRootVisible(false); // set properties setDocument(document);
Returns the document. return ((Model)getModel()).getDocument();
return ((Model)getModel()).getDocument();
get the org.w3c.Node for a MutableTreeNode. return ((Model)getModel()).getNode(treeNode);
return ((Model)getModel()).getNode(treeNode);
Sets the document. ((Model)getModel()).setDocument(document); expandRow(0);
((Model)getModel()).setDocument(document); expandRow(0);