Class XdpTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
com.lowagie.rups.view.icons.IconTreeNode
com.lowagie.rups.view.itext.treenodes.XdpTreeNode
- All Implemented Interfaces:
Serializable
,Cloneable
,MutableTreeNode
,TreeNode
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
A serial version UID.Fields inherited from class com.lowagie.rups.view.icons.IconTreeNode
icon
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addChildNodes
(List list) org.dom4j.Node
getNode()
toString()
Methods inherited from class com.lowagie.rups.view.icons.IconTreeNode
getIcon
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDA serial version UID.- See Also:
-
-
Constructor Details
-
XdpTreeNode
public XdpTreeNode(org.dom4j.Node node) Constructs an XdpTreeNode- Parameters:
node
- the XML node
-
-
Method Details
-
addChildNodes
-
getNode
public org.dom4j.Node getNode() -
toString
- Overrides:
toString
in classDefaultMutableTreeNode
-