Package | Description |
---|---|
org.eclipse.pde.ui | |
org.eclipse.pde.ui.templates |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IPluginContentWizard.init(IFieldData data)
Initializes the wizard with the data collected from the parent wizard
pages.
|
Modifier and Type | Method and Description |
---|---|
IFieldData |
AbstractNewPluginTemplateWizard.getData()
Returns the field data passed to the wizard during the initialization.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractNewPluginTemplateWizard.init(IFieldData data) |
protected void |
BaseOptionTemplateSection.initializeFields(IFieldData data)
Initializes options in the wizard page using the data provided by the
method parameters.
|
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.