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 Object implements PointerTargetTreeNodeList.Operation
Operation that is used for finding the node(s) in a tree that have the specifiedPointerTarget
.
-
-
Constructor Summary
Constructors Constructor Description FindTargetOperation(PointerTarget target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(PointerTargetTreeNode node)
Execute the operation on the given node
-
-
-
Constructor Detail
-
FindTargetOperation
public FindTargetOperation(PointerTarget target)
-
-
Method Detail
-
execute
public Object execute(PointerTargetTreeNode node)
Description copied from interface:PointerTargetTreeNodeList.Operation
Execute the operation on the given node- Specified by:
execute
in interfacePointerTargetTreeNodeList.Operation
-
-