Class OutlineNode

All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class OutlineNode extends DefaultMutableTreeNode
See Also:
  • Field Details

    • title

      private String title
  • Constructor Details

    • OutlineNode

      public OutlineNode(String title)
      Create a new outline node
      Parameters:
      title - the node's visible name in the tree
  • Method Details

    • 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
    • toString

      public String toString()
      Return the node's visible name in the tree
      Overrides:
      toString in class DefaultMutableTreeNode