|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.lowagie.tools.plugins.treeview.UpdateableTreeNode
com.lowagie.tools.plugins.treeview.TextpaneTreeNode
public class TextpaneTreeNode
Field Summary | |
---|---|
(package private) PdfObject |
contents
|
(package private) java.lang.String |
marker
|
private static long |
serialVersionUID
|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
TextpaneTreeNode(PdfObject contents,
java.lang.String marker)
|
Method Summary | |
---|---|
javax.swing.Icon |
getIcon()
|
java.lang.String |
toString()
|
void |
updateview(IUpdatenodeview updateobject)
|
Methods 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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
PdfObject contents
java.lang.String marker
Constructor Detail |
---|
public TextpaneTreeNode(PdfObject contents, java.lang.String marker)
Method Detail |
---|
public void updateview(IUpdatenodeview updateobject)
updateview
in class UpdateableTreeNode
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
public javax.swing.Icon getIcon()
getIcon
in class UpdateableTreeNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |