Uses of Interface
org.eclipse.ui.activities.IActivity
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IActivity in org.eclipse.ui.activities
Modifier and TypeMethodDescriptionActivityEvent.getActivity()
Returns the instance of the interface that changed.IActivityManager.getActivity
(String activityId) Returns an instance ofIActivity
given an identifier.Modifier and TypeMethodDescriptionIWorkbenchActivitySupport.getImageDescriptor
(IActivity activity) Return the image associated with this activity.ModifierConstructorDescriptionActivityEvent
(IActivity activity, boolean activityRequirementBindingsChanged, boolean activityPatternBindingsChanged, boolean definedChanged, boolean descriptionChanged, boolean enabledChanged, boolean nameChanged) Creates a new instance of this class.ActivityEvent
(IActivity activity, boolean activityRequirementBindingsChanged, boolean activityPatternBindingsChanged, boolean definedChanged, boolean descriptionChanged, boolean enabledChanged, boolean nameChanged, boolean defaultEnabledChanged) Creates a new instance of this class.