The tool proxy allows tools to be loaded lazily. It acts as a proxy for a tool as far as the Map
editors are concerned.
author: Jesse Eichar version: $Revision: 1.9 $
public ToolProxy(IExtension extension, IConfigurationElement tool, ToolManager toolManager)(Code)
Creates an new instance of MapViewport.ToolAction
Parameters: extension - The Tool extension Parameters: tool - The configuration element which describes the tool Parameters: newParam - TODO
If the current action is a ActionTool then the menu path of the tool action is returned
the menu path of the tool action or null if the current tool is not an ActionTool.