public interface IMutableActivityManager extends IActivityManager
org.eclipse.ui.activities
.
This interface extends IActivityManager
by granting the ability
to alter the set of currently enabled activities.
This interface is not intended to be extended or implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
setEnabledActivityIds(Set enabledActivityIds)
Sets the set of identifiers to enabled activities.
|
addActivityManagerListener, getActivity, getCategory, getDefinedActivityIds, getDefinedCategoryIds, getEnabledActivityIds, getIdentifier, removeActivityManagerListener
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
.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.