Uses of Interface
org.eclipse.ui.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
-
Uses of IPluginContribution in org.eclipse.ui.activities
Modifier and TypeMethodDescriptionstatic String
WorkbenchActivityHelper.createUnifiedId
(IPluginContribution contribution) Utility method to create aString
containing the plugin and extension ids of a contribution.static IIdentifier
WorkbenchActivityHelper.getIdentifier
(IPluginContribution contribution) Return the identifier that maps to the given contribution. -
Uses of IPluginContribution in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
When 'action' tag is found in the registry, an object of this class is created.final class
Extends PartPluginAction for usage in editor parts.class
An object action extension in a popup menu.class
This class adds to the PluginAction support by setting itself up for work within a WorkbenchPart.class
A PluginAction is a proxy for an action extension.final class
This class extends regular plugin action with the additional requirement that the delegate has to implement interface IViewActionDeelgate.class
This class extends regular plugin action with the additional requirement that the delegate has to implement interfaceIWorkbenchWindowActionDelegate
.class
A workbench window pulldown action.