Uses of Class
com.togethersoft.openapi.ide.command.IdeCommandManager

Packages that use IdeCommandManager
com.togethersoft.openapi.ide 
com.togethersoft.openapi.ide.command 

Uses of IdeCommandManager in com.togethersoft.openapi.ide
 

Methods in com.togethersoft.openapi.ide that return IdeCommandManager
static IdeCommandManagerIdeAccess.getCommandManager()
           Returns an instance of IdeCommandManager.
 

Uses of IdeCommandManager in com.togethersoft.openapi.ide.command
 

Methods in com.togethersoft.openapi.ide.command that return IdeCommandManager
static IdeCommandManagerIdeCommandManagerAccess.getCommandManager()
           Returns IdeCommandManager.
 

Methods in com.togethersoft.openapi.ide.command with parameters of type IdeCommandManager
protected static voidIdeCommandManagerAccess.setCommandManager(IdeCommandManager manager)
           Sets the current IdeCommandManager.