Uses of Class
org.dom4j.swing.LeafTreeNode
-
Packages that use LeafTreeNode Package Description org.dom4j.swing A collection of adapters to allow easy integration with dom4j XML documents and Swing such as TreeModels and TableModels. -
-
Uses of LeafTreeNode in org.dom4j.swing
Subclasses of LeafTreeNode in org.dom4j.swing Modifier and Type Class Description class
BranchTreeNode
BranchTreeNode
implements the Swing TreeNode interface to bind dom4j XML Branch nodes (i.e.Methods in org.dom4j.swing with parameters of type LeafTreeNode Modifier and Type Method Description void
LeafTreeNode. setParent(LeafTreeNode parent)
Sets the parent of this node but doesn't change the parents children
-