Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.ui.commands.ICommandManager

Packages that use ICommandManager
org.eclipse.ui.commands   
 

Uses of ICommandManager in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that return ICommandManager
 ICommandManager IWorkbenchCommandSupport.getCommandManager()
          Returns the command manager for the workbench.
 ICommandManager CommandManagerEvent.getCommandManager()
          Returns the instance of the interface that changed.
 

Constructors in org.eclipse.ui.commands with parameters of type ICommandManager
CommandManagerEvent(ICommandManager commandManager, boolean activeContextIdsChanged, boolean activeKeyConfigurationIdChanged, boolean activeLocaleChanged, boolean activePlatformChanged, boolean definedCategoryIdsChanged, boolean definedCommandIdsChanged, boolean definedKeyConfigurationIdsChanged, Set previouslyDefinedCategoryIds, Set previouslyDefinedCommandIds, Set previouslyDefinedKeyConfigurationIds)
          Creates a new instance of this class.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.