Class FormTree

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Observer, Accessible, TreeSelectionListener, Scrollable

public class FormTree extends JTree implements TreeSelectionListener, Observer
A JTree visualizing information about the Interactive Form of the PDF file (if any). Normally shows a tree view of the field hierarchy and individual XDP packets.
See Also:
  • Field Details

    • serialVersionUID

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

      protected PdfReaderController controller
      Nodes in the FormTree correspond with nodes in the main PdfTree.
    • xfaFile

      protected XfaFile xfaFile
      If the form is an XFA form, the XML file is stored in this object.
    • xfaTree

      protected XfaTree xfaTree
      Treeview of the XFA file.
    • xfaTextArea

      protected XfaTextArea xfaTextArea
      Textview of the XFA file.
  • Constructor Details

    • FormTree

      public FormTree(PdfReaderController controller)
      Creates a new FormTree.
      Parameters:
      controller - The renderer that will render an object when selected in the table.
  • Method Details