|
||||||||||
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
public abstract class AbstractNamedHandleEvent
An event fired from a NamedHandleObject
. This provides
notification of changes to the defined state, the name and the description.
Field Summary | |
---|---|
protected static int |
CHANGED_DESCRIPTION
The bit used to represent whether the category has changed its description. |
protected static int |
CHANGED_NAME
The bit used to represent whether the category has changed its name. |
protected static int |
LAST_USED_BIT
The last used bit so that subclasses can add more properties. |
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 | |
---|---|
protected |
AbstractNamedHandleEvent(boolean definedChanged,
boolean descriptionChanged,
boolean nameChanged)
Constructs a new instance of AbstractHandleObjectEvent . |
Method Summary | |
---|---|
boolean |
isDescriptionChanged()
Returns whether or not the description property changed. |
boolean |
isNameChanged()
Returns whether or not the name property changed. |
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 |
Field Detail |
---|
protected static final int CHANGED_DESCRIPTION
protected static final int CHANGED_NAME
protected static final int LAST_USED_BIT
Constructor Detail |
---|
protected AbstractNamedHandleEvent(boolean definedChanged, boolean descriptionChanged, boolean nameChanged)
AbstractHandleObjectEvent
.
definedChanged
- true
, iff the defined property changed.descriptionChanged
- true
, iff the description property changed.nameChanged
- true
, iff the name property changed.Method Detail |
---|
public final boolean isDescriptionChanged()
true
, iff the description property changed.public final boolean isNameChanged()
true
, iff the name property changed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |