Class FormTreeNode

All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode
Direct Known Subclasses:
XfaTreeNode

public class FormTreeNode extends IconTreeNode
A FormTreeNode is a standard node in a FormTree.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      A serial version UID.
      See Also:
    • object_node

      protected PdfObjectTreeNode object_node
      The corresponding tree node in the PdfTree.
  • Constructor Details

    • 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 Details

    • getCorrespondingPdfObjectNode

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