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