Package | Description |
---|---|
org.eclipse.pde.core.plugin |
Application programming interfaces for working with PDE's model of plug-ins.
|
org.eclipse.pde.ui |
Application programming interfaces describing UI elements that can be contributed to PDE.
|
org.eclipse.pde.ui.templates |
Application programming interfaces for contributing to and extending PDE project templates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginImport
Objects that implement this interface represent references
to required plug-ins.
|
Modifier and Type | Method and Description |
---|---|
IPluginReference[] |
IPluginContentWizard.getDependencies(String schemaVersion)
Returns new dependencies that are required by this wizard.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginReference
Implementation of the IPluginReference
This class may be instantiated.
|
Modifier and Type | Method and Description |
---|---|
IPluginReference[] |
ITemplateSection.getDependencies(String schemaVersion)
Provides the list of template dependencies.
|
IPluginReference[] |
AbstractTemplateSection.getDependencies(String schemaVersion) |
IPluginReference[] |
AbstractNewPluginTemplateWizard.getDependencies(String schemaVersion) |
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.