|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.icepdf.ri.common.utility.annotation.NameTreeNode
public class NameTreeNode
Name tree node.
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
NameTreeNode(org.icepdf.core.pobjects.NameNode item,
java.util.ResourceBundle messageBundle)
Creates a new instance of an OutlineItemTreeNode |
|
NameTreeNode(org.icepdf.core.pobjects.StringObject name,
org.icepdf.core.pobjects.Reference ref)
|
|
| Method Summary | |
|---|---|
int |
getChildCount()
|
org.icepdf.core.pobjects.StringObject |
getName()
|
org.icepdf.core.pobjects.Reference |
getReference()
|
boolean |
isIntermidiatNode()
|
boolean |
isLeaf()
|
boolean |
isRootNode()
|
void |
recursivelyClearOutlineItems()
|
void |
setRootNode(boolean rootNode)
|
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NameTreeNode(org.icepdf.core.pobjects.NameNode item,
java.util.ResourceBundle messageBundle)
item - Contains PDF Outline item datamessageBundle - ri root message bundle, localized node text.
public NameTreeNode(org.icepdf.core.pobjects.StringObject name,
org.icepdf.core.pobjects.Reference ref)
| Method Detail |
|---|
public void recursivelyClearOutlineItems()
public org.icepdf.core.pobjects.StringObject getName()
public org.icepdf.core.pobjects.Reference getReference()
public boolean isRootNode()
public boolean isIntermidiatNode()
public boolean isLeaf()
isLeaf in interface javax.swing.tree.TreeNodeisLeaf in class javax.swing.tree.DefaultMutableTreeNodepublic void setRootNode(boolean rootNode)
public int getChildCount()
getChildCount in interface javax.swing.tree.TreeNodegetChildCount in class javax.swing.tree.DefaultMutableTreeNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||