|
Eclipse PDE Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPluginExtension | |
org.eclipse.pde.core.plugin | |
org.eclipse.pde.ui.templates |
Uses of IPluginExtension in org.eclipse.pde.core.plugin |
Methods in org.eclipse.pde.core.plugin that return IPluginExtension | |
IPluginExtension |
IExtensionsModelFactory.createExtension()
Creates a new extension instance. |
IPluginExtension[] |
IExtensions.getExtensions()
Returns extensions defined in this object. |
Methods in org.eclipse.pde.core.plugin with parameters of type IPluginExtension | |
void |
IExtensions.add(IPluginExtension extension)
Adds a new extension to this object. |
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. |
int |
IExtensions.getIndexOf(IPluginExtension e)
Returns the position of the extension in the receiver. |
Uses of IPluginExtension in org.eclipse.pde.ui.templates |
Methods in org.eclipse.pde.ui.templates that return IPluginExtension | |
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. |
|
Eclipse PDE Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |