|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointerTargetTreeNodeList.Operation | |
---|---|
net.sf.extjwnl.data.list | Lists and associated classes that hold the results of relationship operations. |
Uses of PointerTargetTreeNodeList.Operation in net.sf.extjwnl.data.list |
---|
Classes in net.sf.extjwnl.data.list that implement PointerTargetTreeNodeList.Operation | |
---|---|
static class |
PointerTargetTreeNodeList.FindNodeOperation
Operation that is used for finding the specified node in a tree. |
static class |
PointerTargetTreeNodeList.FindTargetOperation
Operation that is used for finding the node(s) in a tree that have the specified PointerTarget . |
Methods in net.sf.extjwnl.data.list with parameters of type PointerTargetTreeNodeList.Operation | |
---|---|
List<PointerTargetTreeNode> |
PointerTargetTreeNodeList.getAllMatches(PointerTargetTreeNodeList.Operation opr)
Walks the list and performs the operation opr on each node. |
List<PointerTargetTreeNode> |
PointerTargetTree.getAllMatches(PointerTargetTreeNodeList.Operation opr)
Walks the tree and performs the operation opr on each node. |
void |
PointerTargetTreeNodeList.getAllMatches(PointerTargetTreeNodeList.Operation opr,
List<PointerTargetTreeNode> matches)
Returns all matches and adds them to matches |
PointerTargetTreeNode |
PointerTargetTreeNodeList.getFirstMatch(PointerTargetTreeNodeList.Operation opr)
Walks the list and all the children of each node in the list and performs the operation opr on each node. |
PointerTargetTreeNode |
PointerTargetTree.getFirstMatch(PointerTargetTreeNodeList.Operation opr)
Walks the tree and performs the operation opr on each node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |