|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.AbstractBitSetEvent
org.eclipse.core.commands.common.AbstractHandleObjectEvent
org.eclipse.core.commands.common.AbstractNamedHandleEvent
org.eclipse.core.commands.CommandEvent
An instance of this class describes changes to an instance of
Command
.
This class is not intended to be extended by clients.
ICommandListener.commandChanged(CommandEvent)
Field Summary |
---|
Fields inherited from class org.eclipse.core.commands.common.AbstractNamedHandleEvent |
---|
CHANGED_DESCRIPTION, CHANGED_NAME, LAST_USED_BIT |
Fields inherited from class org.eclipse.core.commands.common.AbstractHandleObjectEvent |
---|
CHANGED_DEFINED, LAST_BIT_USED_ABSTRACT_HANDLE |
Fields inherited from class org.eclipse.core.commands.common.AbstractBitSetEvent |
---|
changedValues |
Constructor Summary | |
---|---|
CommandEvent(Command command,
boolean categoryChanged,
boolean definedChanged,
boolean descriptionChanged,
boolean handledChanged,
boolean nameChanged,
boolean parametersChanged)
Creates a new instance of this class. |
|
CommandEvent(Command command,
boolean categoryChanged,
boolean definedChanged,
boolean descriptionChanged,
boolean handledChanged,
boolean nameChanged,
boolean parametersChanged,
boolean returnTypeChanged)
Creates a new instance of this class. |
|
CommandEvent(Command command,
boolean categoryChanged,
boolean definedChanged,
boolean descriptionChanged,
boolean handledChanged,
boolean nameChanged,
boolean parametersChanged,
boolean returnTypeChanged,
boolean helpContextIdChanged)
Creates a new instance of this class. |
|
CommandEvent(Command command,
boolean categoryChanged,
boolean definedChanged,
boolean descriptionChanged,
boolean handledChanged,
boolean nameChanged,
boolean parametersChanged,
boolean returnTypeChanged,
boolean helpContextIdChanged,
boolean enabledChanged)
Creates a new instance of this class. |
Method Summary | |
---|---|
Command |
getCommand()
Returns the instance of the interface that changed. |
boolean |
isCategoryChanged()
Returns whether or not the category property changed. |
boolean |
isEnabledChanged()
Return whether the enable property changed. |
boolean |
isHandledChanged()
Returns whether or not the handled property changed. |
boolean |
isHelpContextIdChanged()
Returns whether or not the help context identifier changed. |
boolean |
isParametersChanged()
Returns whether or not the parameters have changed. |
boolean |
isReturnTypeChanged()
Returns whether or not the return type property changed. |
Methods inherited from class org.eclipse.core.commands.common.AbstractNamedHandleEvent |
---|
isDescriptionChanged, isNameChanged |
Methods inherited from class org.eclipse.core.commands.common.AbstractHandleObjectEvent |
---|
isDefinedChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandEvent(Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged)
command
- the instance of the interface that changed.categoryChanged
- true
, iff the category property changed.definedChanged
- true
, iff the defined property changed.descriptionChanged
- true
, iff the description property changed.handledChanged
- true
, iff the handled property changed.nameChanged
- true
, iff the name property changed.parametersChanged
- true
if the parameters have changed;
false
otherwise.public CommandEvent(Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged, boolean returnTypeChanged)
command
- the instance of the interface that changed.categoryChanged
- true
, iff the category property changed.definedChanged
- true
, iff the defined property changed.descriptionChanged
- true
, iff the description property changed.handledChanged
- true
, iff the handled property changed.nameChanged
- true
, iff the name property changed.parametersChanged
- true
if the parameters have changed;
false
otherwise.returnTypeChanged
- true
iff the return type property changed;
false
otherwise.public CommandEvent(Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged, boolean returnTypeChanged, boolean helpContextIdChanged)
command
- the instance of the interface that changed.categoryChanged
- true
, iff the category property changed.definedChanged
- true
, iff the defined property changed.descriptionChanged
- true
, iff the description property changed.handledChanged
- true
, iff the handled property changed.nameChanged
- true
, iff the name property changed.parametersChanged
- true
if the parameters have changed;
false
otherwise.returnTypeChanged
- true
iff the return type property changed;
false
otherwise.helpContextIdChanged
- true
iff the help context identifier changed;
false
otherwise.public CommandEvent(Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged, boolean returnTypeChanged, boolean helpContextIdChanged, boolean enabledChanged)
command
- the instance of the interface that changed.categoryChanged
- true
, iff the category property changed.definedChanged
- true
, iff the defined property changed.descriptionChanged
- true
, iff the description property changed.handledChanged
- true
, iff the handled property changed.nameChanged
- true
, iff the name property changed.parametersChanged
- true
if the parameters have changed;
false
otherwise.returnTypeChanged
- true
iff the return type property changed;
false
otherwise.helpContextIdChanged
- true
iff the help context identifier changed;
false
otherwise.enabledChanged
- true
iff the comand enablement changed;
false
otherwise.Method Detail |
public final Command getCommand()
null
.public final boolean isCategoryChanged()
true
, iff the category property changed.public final boolean isHandledChanged()
true
, iff the handled property changed.public final boolean isHelpContextIdChanged()
true
, iff the help context identifier changed.public final boolean isParametersChanged()
true
, iff the parameters property changed.public final boolean isReturnTypeChanged()
true
, iff the return type property changed.public final boolean isEnabledChanged()
true
iff the comand enablement changed
|
Eclipse Platform Release 3.3 |
|||||||||||
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, 2007. All rights reserved.