|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.itextpdf.rups.view.icons.IconTreeNode
com.itextpdf.rups.view.itext.treenodes.OutlineTreeNode
public class OutlineTreeNode
A node in the OutlineTree.
Field Summary | |
---|---|
protected PdfObjectTreeNode |
object_node
The corresponding tree node in the PdfTree. |
Fields inherited from class com.itextpdf.rups.view.icons.IconTreeNode |
---|
icon |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
OutlineTreeNode()
Creates the root node for the OutlineTree. |
|
OutlineTreeNode(PdfObjectTreeNode node)
Creates a node corresponding with a node in the PdfTree. |
Method Summary | |
---|---|
PdfObjectTreeNode |
getCorrespondingPdfObjectNode()
Gets the node in the PdfTree that corresponds with this OutlineTreeNode. |
Methods inherited from class com.itextpdf.rups.view.icons.IconTreeNode |
---|
getIcon |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected PdfObjectTreeNode object_node
Constructor Detail |
---|
public OutlineTreeNode()
public OutlineTreeNode(PdfObjectTreeNode node)
node
- a corresponding nodeMethod Detail |
---|
public PdfObjectTreeNode getCorrespondingPdfObjectNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |