ca.quine.jcommons.freemind.maputil
Class ClearAllMarks

java.lang.Object
  |
  +--ca.quine.jcommons.freemind.maputil.ClearAllMarks
All Implemented Interfaces:
INodeApplicator

public class ClearAllMarks
extends Object
implements INodeApplicator

Set all mark objects on all Nodes to null.


Field Summary
 
Fields inherited from interface ca.quine.jcommons.freemind.maputil.INodeApplicator
SEARCH_CONTINUE, SEARCH_STOP, SEARCH_TRIM
 
Constructor Summary
ClearAllMarks()
           
 
Method Summary
 int apply(Node parentNode, Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearAllMarks

public ClearAllMarks()
Method Detail

apply

public int apply(Node parentNode,
                 Node node)
Specified by:
apply in interface INodeApplicator