public class GeneSetTreeNode extends DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
GeneSetTreeNode(DirectedGraphNode<String,GeneSetTerm> root) |
| Modifier and Type | Method and Description |
|---|---|
GeneSetTerm |
getTerm() |
boolean |
hasSelectedChild()
If it's included in a filtered set.
|
boolean |
hasSignificantChild() |
void |
insert(MutableTreeNode newChild,
int childIndex) |
void |
setHasSelectedChild(boolean b) |
void |
setHasSignificantChild(boolean b) |
String |
toString() |
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, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic GeneSetTreeNode(DirectedGraphNode<String,GeneSetTerm> root)
public boolean hasSelectedChild()
public void insert(MutableTreeNode newChild, int childIndex)
insert in interface MutableTreeNodeinsert in class DefaultMutableTreeNodepublic GeneSetTerm getTerm()
public boolean hasSignificantChild()
public void setHasSignificantChild(boolean b)
public String toString()
toString in class DefaultMutableTreeNodepublic void setHasSelectedChild(boolean b)
Copyright © 2002-2013 UBC Centre for High-Throughput Biology. All Rights Reserved.