com.lowagie.rups.view.itext
public class PdfObjectPanel extends JPanel implements Observer
Field Summary | |
---|---|
protected CardLayout | layout The layout that will show the info about the PDF object that is being analyzed. |
static long | serialVersionUID a serial version id. |
JTable | table Table with dictionary entries. |
JTextArea | text The text pane with the info about a PDF object in the bottom panel. |
static String | TABLE Name of a panel in the CardLayout. |
static String | TEXT Name of a panel in the CardLayout. |
Constructor Summary | |
---|---|
PdfObjectPanel() Creates a PDF object panel. |
Method Summary | |
---|---|
void | clear()
Clear the object panel. |
void | render(PdfObject object)
Shows a PdfObject as text or in a table. |
void | update(Observable observable, Object obj) |
Parameters: object the object that needs to be shown.
See Also: java.util.Observer#update(java.util.Observable, java.lang.Object)