Uses of Interface
org.eclipse.ui.activities.ITriggerPoint
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of ITriggerPoint in org.eclipse.ui.activities
Modifier and TypeMethodDescriptionITriggerPointManager.getTriggerPoint
(String id) Return the trigger point with the given id.Modifier and TypeMethodDescriptionITriggerPointAdvisor.allow
(ITriggerPoint triggerPoint, IIdentifier identifier) Answer whether the activities bound to the identifier should be enabled when triggered by the provided trigger point.WorkbenchTriggerPointAdvisor.allow
(ITriggerPoint triggerPoint, IIdentifier identifier) static boolean
WorkbenchActivityHelper.allowUseOf
(ITriggerPoint triggerPoint, Object object) Answers whether a given contribution is allowed to be used based on activity enablement.