Uses of Interface
org.eclipse.ui.commands.ICommandManager
Packages that use ICommandManager
Package
Description
Provides support for retrieving information on Commands from the workbench.
-
Uses of ICommandManager in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands that return ICommandManagerModifier and TypeMethodDescriptionCommandManagerEvent.getCommandManager()
Deprecated.IWorkbenchCommandSupport.getCommandManager()
Deprecated.Constructors in org.eclipse.ui.commands with parameters of type ICommandManagerModifierConstructorDescriptionCommandManagerEvent
(ICommandManager commandManager, boolean activeContextIdsChanged, boolean activeKeyConfigurationIdChanged, boolean activeLocaleChanged, boolean activePlatformChanged, boolean definedCategoryIdsChanged, boolean definedCommandIdsChanged, boolean definedKeyConfigurationIdsChanged, Set previouslyDefinedCategoryIds, Set previouslyDefinedCommandIds, Set previouslyDefinedKeyConfigurationIds) Deprecated.Creates a new instance of this class.