Uses of Interface
org.eclipse.ui.activities.IActivity
-
Packages that use IActivity Package Description org.eclipse.ui.activities Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of IActivity in org.eclipse.ui.activities
Methods in org.eclipse.ui.activities that return IActivity Modifier and Type Method Description IActivity
ActivityEvent. getActivity()
Returns the instance of the interface that changed.IActivity
IActivityManager. getActivity(String activityId)
Returns an instance ofIActivity
given an identifier.Methods in org.eclipse.ui.activities with parameters of type IActivity Modifier and Type Method Description ImageDescriptor
IWorkbenchActivitySupport. getImageDescriptor(IActivity activity)
Return the image associated with this activity.Constructors in org.eclipse.ui.activities with parameters of type IActivity Constructor Description ActivityEvent(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.
-