public class SearchableTreeNode extends DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
Constructor and Description |
---|
SearchableTreeNode() |
SearchableTreeNode(AssertionResult userObj,
DefaultTreeModel treeModel) |
SearchableTreeNode(SampleResult userObj,
DefaultTreeModel treeModel) |
Modifier and Type | Method and Description |
---|---|
boolean |
isChildrenNodesHaveMatched() |
boolean |
isNodeHasMatched() |
void |
reset() |
void |
setChildrenNodesHaveMatched(boolean childrenNodesHaveMatched) |
void |
setNodeHasMatched(boolean nodeHasMatched) |
void |
updateState() |
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, toString
public SearchableTreeNode()
public SearchableTreeNode(SampleResult userObj, DefaultTreeModel treeModel)
public SearchableTreeNode(AssertionResult userObj, DefaultTreeModel treeModel)
public void reset()
public void updateState()
public boolean isNodeHasMatched()
public void setNodeHasMatched(boolean nodeHasMatched)
nodeHasMatched
- the nodeHasMatched to setpublic boolean isChildrenNodesHaveMatched()
public void setChildrenNodesHaveMatched(boolean childrenNodesHaveMatched)
childrenNodesHaveMatched
- the childrenNodesHaveMatched to setCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.