Eclipse PDE
Release 3.8

Package org.eclipse.pde.ui

Application programming interfaces describing UI elements that can be contributed to PDE.

See:
          Description

Interface Summary
IBasePluginWizard This is a tagging interface that should be implemented by all wizards that are plugged into one of PDE extension points.
IBundleContentWizard Classes that implement this interface are contributed via the extension point org.eclipse.pde.ui.pluginContent.
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.
IProvisionerWizard Deprecated. Use org.eclipse.pde.ui.targetLocationProviders extension with ITargetLocationWizard instead
 

Package org.eclipse.pde.ui Description

Application programming interfaces describing UI elements that can be contributed to PDE.

Package Specification

Provides interfaces describing wizards and other UI elements that can be contributed to PDE. Includes additional pages for plug-in creation and wizards for new extensions.


Eclipse PDE
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.