Class XfaTextArea

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ScrollPaneConstants

public class XfaTextArea extends JScrollPane
TextArea that visualizes the XFA XML file.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      A Serial Version UID.
      See Also:
    • text

      protected JTextArea text
      The text area with the content stream.
  • Constructor Details

    • XfaTextArea

      public XfaTextArea()
      Constructs a StreamTextArea.
  • Method Details