Package | Description |
---|---|
org.eclipse.ui.activities |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
IActivity |
ActivityEvent.getActivity()
Returns the instance of the interface that changed.
|
IActivity |
IActivityManager.getActivity(String activityId)
Returns an instance of
IActivity given an identifier. |
Modifier and Type | Method and Description |
---|---|
ImageDescriptor |
IWorkbenchActivitySupport.getImageDescriptor(IActivity activity)
Return the image associated with this activity.
|
Constructor and 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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.