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 |
WorkbenchTriggerPointAdvisor.allow(ITriggerPoint triggerPoint,
IIdentifier identifier) |
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.
|
boolean |
WorkbenchTriggerPointAdvisor.computeEnablement(IActivityManager activityManager,
IIdentifier identifier)
This implementation of
ITriggerPointAdvisor.computeEnablement(IActivityManager, IIdentifier)
calls
WorkbenchTriggerPointAdvisor.doComputeEnablement(IActivityManager, IIdentifier, boolean) with
a boolean argument of false . |
boolean |
ITriggerPointAdvisor.computeEnablement(IActivityManager activityManager,
IIdentifier identifier)
Calculate the identifier's enabled state for a combination of activities
with and without enabled when core expressions.
|
protected boolean |
WorkbenchTriggerPointAdvisor.doComputeEnablement(IActivityManager activityManager,
IIdentifier identifier,
boolean disabledExpressionActivitiesTakePrecedence)
Helper method for determining whether an identifier should be enabled.
|
Constructor and Description |
---|
IdentifierEvent(IIdentifier identifier,
boolean activityIdsChanged,
boolean enabledChanged)
Creates a new instance of this class.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.