Uses of Interface
org.eclipse.pde.core.plugin.IPluginExtension
Packages that use IPluginExtension
Package
Description
Application programming interfaces for working with PDE's model of plug-ins.
Application programming interfaces for contributing to and extending PDE project templates.
-
Uses of IPluginExtension in org.eclipse.pde.core.plugin
Methods in org.eclipse.pde.core.plugin that return IPluginExtensionModifier and TypeMethodDescriptionIExtensionsModelFactory.createExtension()
Creates a new extension instance.IExtensions.getExtensions()
Returns extensions defined in this object.Methods in org.eclipse.pde.core.plugin with parameters of type IPluginExtensionModifier and TypeMethodDescriptionvoid
IExtensions.add
(IPluginExtension extension) Adds a new extension to this object.int
IExtensions.getIndexOf
(IPluginExtension e) Returns the position of the extension in the receiver.void
IExtensions.remove
(IPluginExtension extension) Removes an extension from this object.void
IExtensions.swap
(IPluginExtension e1, IPluginExtension e2) Swaps the positions of the provided extensions in the list of extensions. -
Uses of IPluginExtension in org.eclipse.pde.ui.templates
Methods in org.eclipse.pde.ui.templates that return IPluginExtensionModifier and TypeMethodDescriptionprotected IPluginExtension
AbstractTemplateSection.createExtension
(String pointId, boolean reuse) A utility method to create an extension object for the plug-in model from the provided extension point id.