public interface IWorkbenchActivitySupport
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.
Modifier and Type | Method and Description |
---|---|
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.
|
IActivityManager getActivityManager()
null
.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
.ImageDescriptor getImageDescriptor(IActivity activity)
activity
- the activitynull
.ImageDescriptor getImageDescriptor(ICategory category)
category
- the categorynull
.ITriggerPointManager getTriggerPointManager()
null
.IMutableActivityManager createWorkingCopy()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.