Uses of Interface
org.eclipse.pde.ui.IFieldData
Package
Description
Application programming interfaces describing UI elements that can be contributed to PDE.
Application programming interfaces for contributing to and extending PDE project templates.
-
Uses of IFieldData in org.eclipse.pde.ui
Modifier and TypeInterfaceDescriptioninterface
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.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.Modifier and TypeMethodDescriptionvoid
IPluginContentWizard.init
(IFieldData data) Initializes the wizard with the data collected from the parent wizard pages. -
Uses of IFieldData in org.eclipse.pde.ui.templates
Modifier and TypeMethodDescriptionAbstractNewPluginTemplateWizard.getData()
Returns the field data passed to the wizard during the initialization.Modifier and TypeMethodDescriptionvoid
AbstractNewPluginTemplateWizard.init
(IFieldData data) protected void
BaseOptionTemplateSection.initializeFields
(IFieldData data) Initializes options in the wizard page using the data provided by the method parameters.