com.lowagie.rups.view.itext

Class XfaTextArea

public class XfaTextArea extends JScrollPane

TextArea that visualizes the XFA XML file.
Field Summary
static longserialVersionUID
A Serial Version UID.
protected JTextAreatext
The text area with the content stream.
Constructor Summary
XfaTextArea()
Constructs a StreamTextArea.
Method Summary
voidclear()
voidload(OutputStreamResource xml)

Field Detail

serialVersionUID

private static final long serialVersionUID
A Serial Version UID.

text

protected JTextArea text
The text area with the content stream.

Constructor Detail

XfaTextArea

public XfaTextArea()
Constructs a StreamTextArea.

Method Detail

clear

public void clear()

load

public void load(OutputStreamResource xml)