Uses of Interface
org.eclipse.ui.activities.IMutableActivityManager
-
Packages that use IMutableActivityManager Package Description org.eclipse.ui.activities Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of IMutableActivityManager in org.eclipse.ui.activities
Methods in org.eclipse.ui.activities that return IMutableActivityManager Modifier and Type Method Description IMutableActivityManager
IWorkbenchActivitySupport. createWorkingCopy()
Return a copy of the current activity set.Methods in org.eclipse.ui.activities with parameters of type IMutableActivityManager Modifier and Type Method Description static ICategory[]
WorkbenchActivityHelper. resolveCategories(IMutableActivityManager activityManager, Set<String> categoryIds)
Resolve the collection of category ids to an array ofICategory
objects.
-