Package | Description |
---|---|
org.eclipse.pde.core.plugin |
Application programming interfaces for working with PDE's model of plug-ins.
|
org.eclipse.pde.ui.templates |
Application programming interfaces for contributing to and extending PDE project templates.
|
Modifier and Type | Method and Description |
---|---|
IPluginExtension |
IExtensionsModelFactory.createExtension()
Creates a new extension instance.
|
IPluginExtension[] |
IExtensions.getExtensions()
Returns extensions defined in this object.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.