|
Eclipse Platform Release 3.2 |
|||||||||||
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
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_DEFINED
The bit used to represent whether the category has changed its defined state. |
protected static int |
LAST_BIT_USED_ABSTRACT_HANDLE
The last used bit so that subclasses can add more properties. |
Fields inherited from class org.eclipse.core.commands.common.AbstractBitSetEvent |
---|
changedValues |
Constructor Summary | |
---|---|
protected |
AbstractHandleObjectEvent(boolean definedChanged)
Constructs a new instance of AbstractHandleObjectEvent . |
Method Summary | |
---|---|
boolean |
isDefinedChanged()
Returns whether or not the defined property changed. |
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_DEFINED
protected static final int LAST_BIT_USED_ABSTRACT_HANDLE
Constructor Detail |
protected AbstractHandleObjectEvent(boolean definedChanged)
AbstractHandleObjectEvent
.
definedChanged
- true
, iff the defined property changed.Method Detail |
public final boolean isDefinedChanged()
true
, iff the defined property changed.
|
Eclipse Platform Release 3.2 |
|||||||||||
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, 2006. All rights reserved.