Package net.didion.jwnl.data.list
Class PointerTargetTreeNodeList.FindTargetOperation
- java.lang.Object
-
- net.didion.jwnl.data.list.PointerTargetTreeNodeList.FindTargetOperation
-
- All Implemented Interfaces:
PointerTargetTreeNodeList.Operation
- Enclosing class:
- PointerTargetTreeNodeList
public static class PointerTargetTreeNodeList.FindTargetOperation extends java.lang.Object implements PointerTargetTreeNodeList.Operation
Operation that is used for finding the node(s) in a tree that have the specifiedPointerTarget
.
-
-
Field Summary
Fields Modifier and Type Field Description private PointerTarget
_target
-
Constructor Summary
Constructors Constructor Description FindTargetOperation(PointerTarget target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
execute(PointerTargetTreeNode node)
Execute the operation on the given node
-
-
-
Field Detail
-
_target
private PointerTarget _target
-
-
Constructor Detail
-
FindTargetOperation
public FindTargetOperation(PointerTarget target)
-
-
Method Detail
-
execute
public java.lang.Object execute(PointerTargetTreeNode node)
Description copied from interface:PointerTargetTreeNodeList.Operation
Execute the operation on the given node- Specified by:
execute
in interfacePointerTargetTreeNodeList.Operation
-
-