com.lowagie.rups.view.itext.treenodes

Class FormTreeNode

public class FormTreeNode extends IconTreeNode

A FormTreeNode is a standard node in a FormTree.
Field Summary
protected PdfObjectTreeNodeobject_node
The corresponding tree node in the PdfTree.
static longserialVersionUID
A serial version UID.
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
PdfObjectTreeNodegetCorrespondingPdfObjectNode()
Gets the node in the PdfTree that corresponds with this FormTreeNode.

Field Detail

object_node

protected PdfObjectTreeNode object_node
The corresponding tree node in the PdfTree.

serialVersionUID

private static final long serialVersionUID
A serial version UID.

Constructor Detail

FormTreeNode

public FormTreeNode()
Creates the root node of the FormTree.

FormTreeNode

public FormTreeNode(PdfObjectTreeNode node)
Creates a node corresponding with a node in the PdfTree.

Parameters: node a corresponding node

Method Detail

getCorrespondingPdfObjectNode

public PdfObjectTreeNode getCorrespondingPdfObjectNode()
Gets the node in the PdfTree that corresponds with this FormTreeNode.

Returns: a PdfObjectTreeNode in the PdfTree