Uses of Interface
org.eclipse.ui.IPluginContribution
Packages that use IPluginContribution
Package
Description
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IPluginContribution in org.eclipse.ui.actions
Classes in org.eclipse.ui.actions that implement IPluginContribution -
Uses of IPluginContribution in org.eclipse.ui.activities
Methods in org.eclipse.ui.activities with parameters of type IPluginContributionModifier and TypeMethodDescriptionstatic StringWorkbenchActivityHelper.createUnifiedId(IPluginContribution contribution) Utility method to create aStringcontaining the plugin and extension ids of a contribution.static IIdentifierWorkbenchActivityHelper.getIdentifier(IPluginContribution contribution) Return the identifier that maps to the given contribution. -
Uses of IPluginContribution in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IPluginContributionModifier and TypeClassDescriptionclassWhen 'action' tag is found in the registry, an object of this class is created.final classExtends PartPluginAction for usage in editor parts.classAn object action extension in a popup menu.classThis class adds to the PluginAction support by setting itself up for work within a WorkbenchPart.classA PluginAction is a proxy for an action extension.final classThis class extends regular plugin action with the additional requirement that the delegate has to implement interface IViewActionDeelgate.classThis class extends regular plugin action with the additional requirement that the delegate has to implement interfaceIWorkbenchWindowActionDelegate.classA workbench window pulldown action.