| org.eclipse.ui.IPluginContribution
All known Subclasses: org.eclipse.ui.actions.OpenPerspectiveAction, org.eclipse.ui.internal.ShowViewAction, org.eclipse.ui.internal.PluginAction, org.eclipse.ui.internal.dialogs.WizardCollectionElement, org.eclipse.ui.internal.ActionDescriptor, org.eclipse.ui.internal.registry.Category, org.eclipse.ui.internal.dialogs.WorkbenchWizardElement, org.eclipse.ui.internal.registry.WorkingSetDescriptor, org.eclipse.ui.internal.themes.ColorDefinition, org.eclipse.ui.internal.dialogs.WorkbenchWizardNode, org.eclipse.ui.internal.registry.ActionSetDescriptor, org.eclipse.ui.internal.intro.IntroDescriptor, org.eclipse.ui.internal.themes.ThemeElementCategory, org.eclipse.ui.internal.preferences.PreferenceTransferElement, org.eclipse.ui.internal.actions.NewWizardShortcutAction, org.eclipse.ui.internal.statushandlers.StatusHandlerDescriptor, org.eclipse.ui.internal.statushandlers.StatusHandlerProductBindingDescriptor, org.eclipse.ui.internal.registry.ViewDescriptor, org.eclipse.ui.internal.registry.PerspectiveDescriptor, org.eclipse.ui.internal.registry.EditorDescriptor, org.eclipse.ui.internal.preferences.WorkbenchPreferenceExtensionNode,
IPluginContribution | public interface IPluginContribution (Code) | | An interface that descriptor classes may implement in addition to their
descriptor interface. This indicates that they may or may not originate from
a plugin contribution. This is useful in various activity filtering
scenarios.
since: 3.0 |
getLocalId | public String getLocalId()(Code) | | the local id of the contribution. Must not be null .This should correspond to the extension-specific identifier fora given contribution. |
getPluginId | public String getPluginId()(Code) | | the id of the originating plugin. Can be null ifthis contribution did not originate from a plugin. |
|
|