|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An instance of this interface provides support for managing
IWorkbench
activities. An instance of this interface may be
obtained via IWorkbench.getActivitySupport()
.
This interface is not intended to be extended or implemented by clients.
Method Summary | |
---|---|
IMutableActivityManager |
createWorkingCopy()
Return a copy of the current activity set. |
IActivityManager |
getActivityManager()
Returns the activity manager for the workbench. |
ImageDescriptor |
getImageDescriptor(IActivity activity)
Return the image associated with this activity. |
ImageDescriptor |
getImageDescriptor(ICategory category)
Return the image associated with this category. |
ITriggerPointManager |
getTriggerPointManager()
Return the trigger point manager for this instance. |
void |
setEnabledActivityIds(Set enabledActivityIds)
Sets the set of identifiers to enabled activities. |
Method Detail |
public IActivityManager getActivityManager()
null
.public void setEnabledActivityIds(Set enabledActivityIds)
enabledActivityIds
- the set of identifiers to enabled activities. This set may be
empty, but it must not be null
. If this set
is not empty, it must only contain instances of String
.public ImageDescriptor getImageDescriptor(IActivity activity)
activity
- the activity
null
.public ImageDescriptor getImageDescriptor(ICategory category)
category
- the category
null
.public ITriggerPointManager getTriggerPointManager()
null
.public IMutableActivityManager createWorkingCopy()
|
Eclipse Platform Release 3.1 |
|||||||||||
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, 2005. All rights reserved.