|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.ui.commands.CommandManagerEvent
An instance of this class describes changes to an instance of ICommandManager.
This class is not intended to be extended by clients.
Constructor Summary | |
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. |
Method Summary | |
ICommandManager | getCommandManager()
Returns the instance of the interface that changed. |
Set | getPreviouslyDefinedCategoryIds()
Returns the set of identifiers to previously defined categories. |
Set | getPreviouslyDefinedCommandIds()
Returns the set of identifiers to previously defined commands. |
Set | getPreviouslyDefinedKeyConfigurationIds()
Returns the set of identifiers to previously defined key conigurations. |
boolean | hasActiveKeyConfigurationIdChanged()
Returns whether or not the activeKeyConfigurationId property changed. |
boolean | hasActiveLocaleChanged()
Returns whether or not the activeLocale property changed. |
boolean | hasActivePlatformChanged()
Returns whether or not the activePlatform property changed. |
boolean | haveActiveContextIdsChanged()
Returns whether or not the activeContextIds property changed. |
boolean | haveDefinedCategoryIdsChanged()
Returns whether or not the definedCategoryIds property changed. |
boolean | haveDefinedCommandIdsChanged()
Returns whether or not the definedCommandIds property changed. |
boolean | haveDefinedKeyConfigurationIdsChanged()
Returns whether or not the definedKeyConfigurationIds property changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandManagerEvent(ICommandManager commandManager, boolean activeContextIdsChanged, boolean activeKeyConfigurationIdChanged, boolean activeLocaleChanged, boolean activePlatformChanged, boolean definedCategoryIdsChanged, boolean definedCommandIdsChanged, boolean definedKeyConfigurationIdsChanged, Set previouslyDefinedCategoryIds, Set previouslyDefinedCommandIds, Set previouslyDefinedKeyConfigurationIds)
Method Detail |
public ICommandManager getCommandManager()
public Set getPreviouslyDefinedCategoryIds()
public Set getPreviouslyDefinedCommandIds()
public Set getPreviouslyDefinedKeyConfigurationIds()
public boolean hasActiveKeyConfigurationIdChanged()
public boolean hasActiveLocaleChanged()
public boolean hasActivePlatformChanged()
public boolean haveActiveContextIdsChanged()
public boolean haveDefinedCategoryIdsChanged()
public boolean haveDefinedCommandIdsChanged()
public boolean haveDefinedKeyConfigurationIdsChanged()
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.