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 |
---|---|
IIdentifier |
IdentifierEvent.getIdentifier()
Returns the instance of the interface that changed.
|
static IIdentifier |
WorkbenchActivityHelper.getIdentifier(IPluginContribution contribution)
Return the identifier that maps to the given contribution.
|
IIdentifier |
IActivityManager.getIdentifier(String identifierId)
Returns an instance of
IIdentifier given an identifier. |
Modifier and Type | Method and Description |
---|---|
Set |
ITriggerPointAdvisor.allow(ITriggerPoint triggerPoint,
IIdentifier identifier)
Answer whether the activities bound to the identifier should be enabled
when triggered by the provided trigger point.
|
Set |
WorkbenchTriggerPointAdvisor.allow(ITriggerPoint triggerPoint,
IIdentifier identifier) |
Constructor and Description |
---|
IdentifierEvent(IIdentifier identifier,
boolean activityIdsChanged,
boolean enabledChanged)
Creates a new instance of this class.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.