public class OutlineNode
extends javax.swing.tree.DefaultMutableTreeNode
Constructor and Description |
---|
OutlineNode(java.lang.String title)
Create a new outline node
|
Modifier and Type | Method and Description |
---|---|
PDFAction |
getAction()
Get the PDF action associated with this node
|
void |
setAction(PDFAction action)
Set the PDF action associated with this node
|
java.lang.String |
toString()
Return the node's visible name in the tree
|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
public OutlineNode(java.lang.String title)
title
- the node's visible name in the treepublic PDFAction getAction()
public void setAction(PDFAction action)
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode