Uses of Class
com.togethersoft.openapi.ide.tools.IdeTool

Packages that use IdeTool
com.togethersoft.openapi.ide.tools 

Uses of IdeTool in com.togethersoft.openapi.ide.tools
 

Methods in com.togethersoft.openapi.ide.tools that return IdeTool
IdeToolIdeToolManager.loadTool(String propertyPrefix)
           Load tool from config stored under propertyPrefix in config : example tool.config loadTool("tool.a") will load external editor tool.
 

Methods in com.togethersoft.openapi.ide.tools with parameters of type IdeTool
voidIdeToolManager.launchTool(IdeContext context, IdeTool tool, boolean synchronous)
           Executes in specified IdeContext command described by IdeTool , whether blocking on execution ( synchronous = true ) or not .
voidIdeToolManager.saveTool(IdeTool tool)
           Store Ide tool under default prefix - "tool".
voidIdeToolManager.saveTool(String propertyPrefix, IdeTool tool)
           Store tool under specified config prefix.