|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.annotation.wordfreak.project.ProjectItemTreeNode
Wrapper class which makes a ProjectItem a MutableTreeNode.
Field Summary |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
ProjectItemTreeNode(ProjectItem data)
|
Method Summary | |
void |
add(javax.swing.tree.MutableTreeNode tn)
|
java.util.List |
getAnnPaths()
|
java.lang.String |
getFilePath()
|
void |
insert(javax.swing.tree.MutableTreeNode tn,
int i)
|
void |
remove(int i)
|
void |
remove(javax.swing.tree.MutableTreeNode tn)
|
java.lang.String |
toString()
|
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
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, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProjectItemTreeNode(ProjectItem data)
Method Detail |
public void insert(javax.swing.tree.MutableTreeNode tn, int i)
public void add(javax.swing.tree.MutableTreeNode tn)
public void remove(int i)
public void remove(javax.swing.tree.MutableTreeNode tn)
public java.lang.String getFilePath()
public java.util.List getAnnPaths()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |