com.lowagie.rups.view.itext
public class PdfTree extends JTree implements Observer
Field Summary | |
---|---|
protected PdfTrailerTreeNode | root The root of the PDF tree. |
static long | serialVersionUID a serial version UID |
Constructor Summary | |
---|---|
PdfTree()
Constructs a PDF tree. |
Method Summary | |
---|---|
PdfTrailerTreeNode | getRoot()
Getter for the root node |
void | selectNode(PdfObjectTreeNode node)
Select a specific node in the tree.
|
void | update(Observable observable, Object obj)
Updates the PdfTree when a file is closed or when a ObjectLoader
has finished loading objects. |
Returns: the PDF Trailer node
Parameters: node the node that has to be selected
Parameters: observable the Observable class that started the update obj the object that has all the updates
See Also: java.util.Observer#update(java.util.Observable, java.lang.Object)