public class FormTreeNode extends IconTreeNode
| Modifier and Type | Field and Description |
|---|---|
protected PdfObjectTreeNode |
object_node
The corresponding tree node in the PdfTree.
|
iconallowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
FormTreeNode()
Creates the root node of the FormTree.
|
FormTreeNode(PdfObjectTreeNode node)
Creates a node corresponding with a node in the PdfTree.
|
| Modifier and Type | Method and Description |
|---|---|
PdfObjectTreeNode |
getCorrespondingPdfObjectNode()
Gets the node in the PdfTree that corresponds with this
FormTreeNode.
|
getIconadd, 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, toStringprotected PdfObjectTreeNode object_node
public FormTreeNode()
public FormTreeNode(PdfObjectTreeNode node)
node - a corresponding nodepublic PdfObjectTreeNode getCorrespondingPdfObjectNode()
Copyright © 2013 InProTopia Corporation. All Rights Reserved.