Class OutlineTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
org.openpdf.rups.view.icons.IconTreeNode
org.openpdf.rups.view.itext.treenodes.OutlineTreeNode
- All Implemented Interfaces:
Serializable,Cloneable,MutableTreeNode,TreeNode
A node in the OutlineTree.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PdfObjectTreeNodeThe corresponding tree node in the PdfTree.private static final longA serial version uidFields inherited from class org.openpdf.rups.view.icons.IconTreeNode
iconFields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject -
Constructor Summary
ConstructorsConstructorDescriptionCreates the root node for the OutlineTree.Creates a node corresponding with a node in the PdfTree. -
Method Summary
Modifier and TypeMethodDescriptionGets the node in the PdfTree that corresponds with this OutlineTreeNode.Methods inherited from class org.openpdf.rups.view.icons.IconTreeNode
getIconMethods inherited from class javax.swing.tree.DefaultMutableTreeNode
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, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDA serial version uid- See Also:
-
object_node
The corresponding tree node in the PdfTree.
-
-
Constructor Details
-
OutlineTreeNode
public OutlineTreeNode()Creates the root node for the OutlineTree. -
OutlineTreeNode
Creates a node corresponding with a node in the PdfTree.- Parameters:
node- a corresponding node
-
-
Method Details
-
getCorrespondingPdfObjectNode
Gets the node in the PdfTree that corresponds with this OutlineTreeNode.- Returns:
- a PdfObjectTreeNode in the PdfTree
-