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 specified
PointerTarget
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(PointerTargetTreeNode node) Execute the operation on the given node
-
Field Details
-
_target
-
-
Constructor Details
-
FindTargetOperation
-
-
Method Details
-
execute
Description copied from interface:PointerTargetTreeNodeList.Operation
Execute the operation on the given node- Specified by:
execute
in interfacePointerTargetTreeNodeList.Operation
-