@Deprecated public final class CommandManagerEvent extends Object
ICommandManager
.
This class is not intended to be extended by clients.
ICommandManagerListener.commandManagerChanged(CommandManagerEvent)
,
CommandManagerEvent
Constructor and Description |
---|
CommandManagerEvent(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.
|
Modifier and Type | Method and Description |
---|---|
ICommandManager |
getCommandManager()
Deprecated.
|
Set |
getPreviouslyDefinedCategoryIds()
Deprecated.
|
Set |
getPreviouslyDefinedCommandIds()
Deprecated.
|
Set |
getPreviouslyDefinedKeyConfigurationIds()
Deprecated.
|
boolean |
hasActiveKeyConfigurationIdChanged()
Deprecated.
|
boolean |
hasActiveLocaleChanged()
Deprecated.
|
boolean |
hasActivePlatformChanged()
Deprecated.
|
boolean |
haveActiveContextIdsChanged()
Deprecated.
|
boolean |
haveDefinedCategoryIdsChanged()
Deprecated.
|
boolean |
haveDefinedCommandIdsChanged()
Deprecated.
|
boolean |
haveDefinedKeyConfigurationIdsChanged()
Deprecated.
|
public CommandManagerEvent(ICommandManager commandManager, boolean activeContextIdsChanged, boolean activeKeyConfigurationIdChanged, boolean activeLocaleChanged, boolean activePlatformChanged, boolean definedCategoryIdsChanged, boolean definedCommandIdsChanged, boolean definedKeyConfigurationIdsChanged, Set previouslyDefinedCategoryIds, Set previouslyDefinedCommandIds, Set previouslyDefinedKeyConfigurationIds)
commandManager
- the instance of the interface that changed.activeContextIdsChanged
- true, iff the activeContextIdsChanged property changed.activeKeyConfigurationIdChanged
- true, iff the activeKeyConfigurationIdChanged property
changed.activeLocaleChanged
- true, iff the activeLocaleChanged property changed.activePlatformChanged
- true, iff the activePlatformChanged property changed.definedCategoryIdsChanged
- true, iff the definedCategoryIdsChanged property changed.definedCommandIdsChanged
- true, iff the definedCommandIdsChanged property changed.definedKeyConfigurationIdsChanged
- true, iff the definedKeyConfigurationIdsChanged property
changed.previouslyDefinedCategoryIds
- the set of identifiers to previously defined categories. This
set may be empty. If this set is not empty, it must only
contain instances of String
. This set must be
null
if definedCategoryIdsChanged is
false
and must not be null if
definedCategoryIdsChanged is true
.previouslyDefinedCommandIds
- the set of identifiers to previously defined commands. This
set may be empty. If this set is not empty, it must only
contain instances of String
. This set must be
null
if definedCommandIdsChanged is
false
and must not be null if
definedContextIdsChanged is true
.previouslyDefinedKeyConfigurationIds
- the set of identifiers to previously defined key
configurations. This set may be empty. If this set is not
empty, it must only contain instances of String
.
This set must be null
if
definedKeyConfigurationIdsChanged is false
and
must not be null if definedKeyConfigurationIdsChanged is
true
.@Deprecated public ICommandManager getCommandManager()
null
.@Deprecated public Set getPreviouslyDefinedCategoryIds()
String
. This set is
guaranteed to be null
if
haveDefinedCategoryIdsChanged() is false
and is
guaranteed to not be null if haveDefinedCategoryIdsChanged() is
true
.@Deprecated public Set getPreviouslyDefinedCommandIds()
String
. This set is
guaranteed to be null
if
haveDefinedCommandIdsChanged() is false
and is
guaranteed to not be null if haveDefinedCommandIdsChanged() is
true
.@Deprecated public Set getPreviouslyDefinedKeyConfigurationIds()
String
. This set is
guaranteed to be null
if
haveDefinedKeyConfigurationIdsChanged() is false
and is guaranteed to not be null if
haveDefinedKeyConfigurationIdsChanged() is true
.@Deprecated public boolean hasActiveKeyConfigurationIdChanged()
@Deprecated public boolean hasActiveLocaleChanged()
@Deprecated public boolean hasActivePlatformChanged()
@Deprecated public boolean haveActiveContextIdsChanged()
@Deprecated public boolean haveDefinedCategoryIdsChanged()
@Deprecated public boolean haveDefinedCommandIdsChanged()
@Deprecated public boolean haveDefinedKeyConfigurationIdsChanged()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.