Package | Description |
---|---|
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.
|
Class and Description |
---|
IBasePluginWizard
This is a tagging interface that should be implemented by all wizards that
are plugged into one of PDE extension points.
|
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.
|
IPluginContentWizard
Classes that implement this interface are contributed via the extension point
org.eclipse.pde.ui.pluginContent . |
Class and Description |
---|
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 . |
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.
|
IPluginContentWizard
Classes that implement this interface are contributed via the extension point
org.eclipse.pde.ui.pluginContent . |
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.