Uses of Interface
org.mockcentral.editor.nodes.actions.INodeCopier

Packages that use INodeCopier
org.mockcentral.editor.nodes.actions Contains Action classes that define actions relating to MockCentralNode instances for the plug-in editor. 
 

Uses of INodeCopier in org.mockcentral.editor.nodes.actions
 

Classes in org.mockcentral.editor.nodes.actions that implement INodeCopier
 class NodeCopier
          Utility class for creating copies of MockCentralNode instances for pasting within configuration files.
 

Methods in org.mockcentral.editor.nodes.actions with parameters of type INodeCopier
 void PasteNodeAction.setNodeCopier(INodeCopier nodeCopier)
          Sets the INodeCopier implementation.