|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.lowagie.rups.view.icons.IconTreeNode
com.lowagie.rups.view.itext.treenodes.FormTreeNode
public class FormTreeNode
A FormTreeNode is a standard node in a FormTree.
Field Summary | |
---|---|
protected PdfObjectTreeNode |
object_node
The corresponding tree node in the PdfTree. |
private static long |
serialVersionUID
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 | |
---|---|
FormTreeNode()
Creates the root node of the FormTree. |
|
FormTreeNode(PdfObjectTreeNode node)
Creates a node corresponding with a node in the PdfTree. |
Method Summary | |
---|---|
PdfObjectTreeNode |
getCorrespondingPdfObjectNode()
Gets the node in the PdfTree that corresponds with this FormTreeNode. |
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, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected PdfObjectTreeNode object_node
private static final long serialVersionUID
Constructor Detail |
---|
public FormTreeNode()
public FormTreeNode(PdfObjectTreeNode node)
node
- a corresponding nodeMethod Detail |
---|
public PdfObjectTreeNode getCorrespondingPdfObjectNode()
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |