|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.commands.CommandEvent
An instance of this class describes changes to an instance of ICommand.
This class is not intended to be extended by clients.
Constructor Summary | |
CommandEvent(ICommand command,
boolean attributeValuesByNameChanged,
boolean categoryIdChanged,
boolean definedChanged,
boolean descriptionChanged,
boolean handledChanged,
boolean keySequenceBindingsChanged,
boolean nameChanged,
Map previousAttributeValuesByName)
Creates a new instance of this class. |
Method Summary | |
ICommand | getCommand()
Returns the instance of the interface that changed. |
Map | getPreviousAttributeValuesByName()
Returns the map of previous attribute values by name. |
boolean | hasCategoryIdChanged()
Returns whether or not the categoryId property changed. |
boolean | hasDefinedChanged()
Returns whether or not the defined property changed. |
boolean | hasDescriptionChanged()
Returns whether or not the description property changed. |
boolean | hasHandledChanged()
Returns whether or not the handled property changed. |
boolean | hasNameChanged()
Returns whether or not the name property changed. |
boolean | haveAttributeValuesByNameChanged()
Returns whether or not the attributeValuesByName property changed. |
boolean | haveKeySequenceBindingsChanged()
Returns whether or not the keySequenceBindings property changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandEvent(ICommand command, boolean attributeValuesByNameChanged, boolean categoryIdChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean keySequenceBindingsChanged, boolean nameChanged, Map previousAttributeValuesByName)
Method Detail |
public ICommand getCommand()
public Map getPreviousAttributeValuesByName()
public boolean hasCategoryIdChanged()
public boolean hasDefinedChanged()
public boolean hasDescriptionChanged()
public boolean hasHandledChanged()
public boolean hasNameChanged()
public boolean haveAttributeValuesByNameChanged()
public boolean haveKeySequenceBindingsChanged()
|
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.