|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.ui.activities.ActivityManagerEvent
An instance of this class describes changes to an instance of IActivityManager. This class does not give details as to the specifics of a change, only that the given property on the source object has changed.
This class is not intended to be extended by clients.
Constructor Summary | |
ActivityManagerEvent(IActivityManager activityManager,
boolean definedActivityIdsChanged,
boolean definedCategoryIdsChanged,
boolean enabledActivityIdsChanged,
Set previouslyDefinedActivityIds,
Set previouslyDefinedCategoryIds,
Set previouslyEnabledActivityIds)
Creates a new instance of this class. |
Method Summary | |
IActivityManager | getActivityManager()
Returns the instance of the interface that changed. |
Set | getPreviouslyDefinedActivityIds()
Returns the activity identifiers that were previously defined. |
Set | getPreviouslyDefinedCategoryIds()
Returns the category identifiers that were previously defined. |
Set | getPreviouslyEnabledActivityIds()
Returns the activity identifiers that were previously enabled. |
boolean | haveDefinedActivityIdsChanged()
Returns whether or not the definedActivityIds property changed. |
boolean | haveDefinedCategoryIdsChanged()
Returns whether or not the definedCategoryIds property changed. |
boolean | haveEnabledActivityIdsChanged()
Returns whether or not the enabledActivityIds property changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActivityManagerEvent(IActivityManager activityManager, boolean definedActivityIdsChanged, boolean definedCategoryIdsChanged, boolean enabledActivityIdsChanged, Set previouslyDefinedActivityIds, Set previouslyDefinedCategoryIds, Set previouslyEnabledActivityIds)
Method Detail |
public IActivityManager getActivityManager()
public final Set getPreviouslyDefinedActivityIds()
public final Set getPreviouslyDefinedCategoryIds()
public final Set getPreviouslyEnabledActivityIds()
public boolean haveDefinedActivityIdsChanged()
public boolean haveDefinedCategoryIdsChanged()
public boolean haveEnabledActivityIdsChanged()
|
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.