|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandManager | |
---|---|
org.eclipse.core.commands | Application programming interfaces for commands and handlers. |
org.eclipse.ui.commands |
Uses of CommandManager in org.eclipse.core.commands |
---|
Methods in org.eclipse.core.commands that return CommandManager | |
---|---|
CommandManager |
CommandManagerEvent.getCommandManager()
Returns the instance of the interface that changed. |
Constructors in org.eclipse.core.commands with parameters of type CommandManager | |
---|---|
CommandManagerEvent(CommandManager commandManager,
java.lang.String parameterTypeId,
boolean parameterTypeIdAdded,
boolean parameterTypeIdChanged)
Creates a new CommandManagerEvent instance to describe
changes to command parameter types. |
|
CommandManagerEvent(CommandManager commandManager,
java.lang.String commandId,
boolean commandIdAdded,
boolean commandIdChanged,
java.lang.String categoryId,
boolean categoryIdAdded,
boolean categoryIdChanged)
Creates a new CommandManagerEvent instance to describe
changes to commands and/or categories. |
Uses of CommandManager in org.eclipse.ui.commands |
---|
Methods in org.eclipse.ui.commands that return CommandManager | |
---|---|
CommandManager |
IWorkbenchCommandSupport.getCommandManager()
Deprecated. Returns the command manager for the workbench. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |