| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | |
IdeTool | IdeToolManager.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 | |
void | IdeToolManager.launchTool(IdeContext context, IdeTool tool, boolean synchronous)Executes in specified IdeContext command described by IdeTool , whether blocking on execution ( synchronous = true ) or not . |
void | IdeToolManager.saveTool(IdeTool tool)Store Ide tool under default prefix - "tool". |
void | IdeToolManager.saveTool(String propertyPrefix, IdeTool tool)Store tool under specified config prefix. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||