Eclipse PDE
Release 3.0

Uses of Interface
org.eclipse.pde.ui.IFieldData

Packages that use IFieldData
org.eclipse.pde.ui   
org.eclipse.pde.ui.templates   
 

Uses of IFieldData in org.eclipse.pde.ui
 

Subinterfaces of IFieldData in org.eclipse.pde.ui
 interface 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.
 interface 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.
 

Methods in org.eclipse.pde.ui with parameters of type IFieldData
 void 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
 

Methods in org.eclipse.pde.ui.templates that return IFieldData
 IFieldData AbstractNewPluginTemplateWizard.getData()
          Returns the field data passed to the wizard during the initialization.
 

Methods in org.eclipse.pde.ui.templates with parameters of type IFieldData
protected  void BaseOptionTemplateSection.initializeFields(IFieldData data)
          Initializes options in the wizard page using the data provided by the method parameters.
 void AbstractNewPluginTemplateWizard.init(IFieldData data)
           
 


Eclipse PDE
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.