Class XdpTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
org.openpdf.rups.view.icons.IconTreeNode
org.openpdf.rups.view.itext.treenodes.XdpTreeNode
- All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longA serial version UID.Fields inherited from class IconTreeNode
iconFields inherited from class DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddChildNodes(List list) org.dom4j.NodegetNode()toString()Methods inherited from class IconTreeNode
getIconMethods inherited from class 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:
toStringin classDefaultMutableTreeNode
-