com.sun.pdfview

Class OutlineNode

public class OutlineNode extends DefaultMutableTreeNode

Constructor Summary
OutlineNode(String title)
Create a new outline node
Method Summary
PDFActiongetAction()
Get the PDF action associated with this node
voidsetAction(PDFAction action)
Set the PDF action associated with this node

Constructor Detail

OutlineNode

public OutlineNode(String title)
Create a new outline node

Parameters: title the node's visible name in the tree

Method Detail

getAction

public PDFAction getAction()
Get the PDF action associated with this node

setAction

public void setAction(PDFAction action)
Set the PDF action associated with this node