Uses of Interface
org.eclipse.ui.activities.IActivityManager
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IActivityManager in org.eclipse.ui.activities
Modifier and TypeInterfaceDescriptioninterface
An instance of this interface allows clients to manage activities, as defined by the extension pointorg.eclipse.ui.activities
.Modifier and TypeMethodDescriptionActivityManagerEvent.getActivityManager()
Returns the instance of the interface that changed.IWorkbenchActivitySupport.getActivityManager()
Returns the activity manager for the workbench.Modifier and TypeMethodDescriptionboolean
ITriggerPointAdvisor.computeEnablement
(IActivityManager activityManager, IIdentifier identifier) Calculate the identifier's enabled state for a combination of activities with and without enabled when core expressions.boolean
WorkbenchTriggerPointAdvisor.computeEnablement
(IActivityManager activityManager, IIdentifier identifier) This implementation ofITriggerPointAdvisor.computeEnablement(IActivityManager, IIdentifier)
callsWorkbenchTriggerPointAdvisor.doComputeEnablement(IActivityManager, IIdentifier, boolean)
with a boolean argument offalse
.ActivityManagerEvent.copyFor
(IActivityManager newActivityManager) Creates a copy of thisActivityManagerEvent
containing the givennewActivityManager
.protected boolean
WorkbenchTriggerPointAdvisor.doComputeEnablement
(IActivityManager activityManager, IIdentifier identifier, boolean disabledExpressionActivitiesTakePrecedence) Helper method for determining whether an identifier should be enabled.WorkbenchActivityHelper.getContainedCategories
(IActivityManager activityManager, String categoryId) Return a list of category ids that are implicitly contained within the given category.WorkbenchActivityHelper.getDisabledCategories
(IActivityManager activityManager, String categoryId) Return a list of category ids that will become implicity disabled if the given category becomes disabled Note that the set returned by this set represents the delta of categories that would be enabled - if the category is already enabled then it is omitted.WorkbenchActivityHelper.getEnabledCategories
(IActivityManager activityManager) Return the set of enabled categories.WorkbenchActivityHelper.getEnabledCategories
(IActivityManager activityManager, String categoryId) Return a list of category ids that will become implicity enabled if the given category becomes enabled Note that the set returned by this set represents the delta of categories that would be enabled - if the category is already enabled then it is omitted.WorkbenchActivityHelper.getEnabledCategoriesForActivity
(IActivityManager activityManager, String activityId) Return the number of enabled categories that this activity belongs to.WorkbenchActivityHelper.getPartiallyEnabledCategories
(IActivityManager activityManager) Return the set of partially enabled categories.static boolean
WorkbenchActivityHelper.isEnabled
(IActivityManager activityManager, String categoryId) Returns whether the given category is enabled.static boolean
WorkbenchActivityHelper.isPartiallyEnabled
(IActivityManager activityManager, String categoryId) Returns whether the given category is partially enabled.ModifierConstructorDescriptionActivityManagerEvent
(IActivityManager activityManager, boolean definedActivityIdsChanged, boolean definedCategoryIdsChanged, boolean enabledActivityIdsChanged, Set<String> previouslyDefinedActivityIds, Set<String> previouslyDefinedCategoryIds, Set<String> previouslyEnabledActivityIds) Creates a new instance of this class.ActivityManagerEvent
(IActivityManager activityManager, boolean definedActivityIdsChanged, boolean definedCategoryIdsChanged, boolean enabledActivityIdsChanged, Set<String> previouslyDefinedActivityIds, Set<String> previouslyDefinedCategoryIds, Set<String> previouslyEnabledActivityIds, Set<String> changedEnabledActivityIds) Creates a new instance of this class.