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

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


Constructor Summary
PointerTargetTreeNodeList.FindTargetOperation(PointerTarget target)
           
 
Method Summary
 PointerTargetTreeNode execute(PointerTargetTreeNode node)
          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.FindTargetOperation

public PointerTargetTreeNodeList.FindTargetOperation(PointerTarget target)
Method Detail

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.