com.lowagie.rups.view.itext.treenodes
public class XdpTreeNode extends IconTreeNode
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
A serial version UID.
|
icon
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
Constructor and Description |
---|
XdpTreeNode(Node node)
Constructs an XdpTreeNode
|
Modifier and Type | Method and Description |
---|---|
private void |
addChildNodes(List list) |
Node |
getNode() |
String |
toString() |
getIcon
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
private static final long serialVersionUID
public XdpTreeNode(Node node)
node
- the XML nodeprivate void addChildNodes(List list)
public Node getNode()
public String toString()
toString
in class DefaultMutableTreeNode