org.eclipse.pde.ui |
|
Java Source File Name | Type | Comment |
IBasePluginWizard.java | Interface | This is a tagging interface that should be implemented by all wizards that
are plugged into one of PDE extension points. |
IBundleContentWizard.java | Interface | Classes that implement this interface are contributed via the extension point
org.eclipse.pde.ui.pluginContent . |
IExtensionEditorWizard.java | Interface | An interface for extension editor wizards. |
IExtensionWizard.java | Interface | An interface for extension wizards. |
IFieldData.java | Interface | 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.java | Interface | 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.java | Interface | Classes that implement this interface are contributed via the extension point
org.eclipse.pde.ui.pluginContent . |
IPluginFieldData.java | Interface | 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. |
IProvisionerWizard.java | Interface | This interface represents a wizard which will be used to add plug-ins to
the Target Platform. |