net.sf.extjwnl.data.list
Class PointerTargetTreeNodeList.FindNodeOperation
java.lang.Object
net.sf.extjwnl.data.list.PointerTargetTreeNodeList.FindNodeOperation
- All Implemented Interfaces:
- PointerTargetTreeNodeList.Operation
- Enclosing class:
- PointerTargetTreeNodeList
public static class PointerTargetTreeNodeList.FindNodeOperation
- extends Object
- implements PointerTargetTreeNodeList.Operation
Operation that is used for finding the specified node in a tree.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointerTargetTreeNodeList.FindNodeOperation
public PointerTargetTreeNodeList.FindNodeOperation(PointerTargetTreeNode node)
execute
public PointerTargetTreeNode execute(PointerTargetTreeNode testNode)
- Description copied from interface:
PointerTargetTreeNodeList.Operation
- Executes the operation on the given node.
- Specified by:
execute
in interface PointerTargetTreeNodeList.Operation
- Parameters:
testNode
- operation target
- Returns:
- operation result
Copyright © 2011. All Rights Reserved.