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 |
---|---|
ITriggerPoint |
ITriggerPointManager.getTriggerPoint(String id)
Return the trigger point with the given id.
|
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.
|
static boolean |
WorkbenchActivityHelper.allowUseOf(ITriggerPoint triggerPoint,
Object object)
Answers whether a given contribution is allowed to be used based on
activity enablement.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.