Interface Summary |
IBasePluginWizard |
This is a tagging interface that should be implemented by all wizards that
are plugged into one of PDE extension points. |
IExtensionEditorWizard |
An interface for extension editor wizards. |
IExtensionWizard |
An interface for extension wizards. |
IFieldData |
The class that implements this interface is used to provide information
captured in the 'New Plug-in Project' wizard pages as entered by the user.
|
IFragmentFieldData |
In addition to field data from the 'New Project' wizard pages, this interface
provides choices made by the user that are unique to creating a new fragment
project. |
IPluginContentWizard |
Classes that implement this interface are contributed via the extension point
org.eclipse.pde.ui.pluginContent . |
IPluginFieldData |
In addition to field data from the 'New Project' wizard pages, this interface
provides choices made by the user that are unique to creating a new plug-in
project. |