net.sf.extjwnl.data.list
Class PointerTargetTreeNodeList.FindNodeOperation

java.lang.Object
  extended by 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.


Constructor Summary
PointerTargetTreeNodeList.FindNodeOperation(PointerTargetTreeNode node)
           
 
Method Summary
 PointerTargetTreeNode execute(PointerTargetTreeNode testNode)
          Executes the operation on the given node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointerTargetTreeNodeList.FindNodeOperation

public PointerTargetTreeNodeList.FindNodeOperation(PointerTargetTreeNode node)
Method Detail

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.