Package | Description |
---|---|
org.eclipse.pde.core.plugin | |
org.eclipse.pde.ui | |
org.eclipse.pde.ui.templates |
Modifier and Type | Interface and Description |
---|---|
interface |
IFragmentModel
This type of model is created by parsing the manifest file.
|
interface |
IPluginModel
This type of model is created by parsing the manifest file.
|
Modifier and Type | Method and Description |
---|---|
IPluginModelBase |
IPluginObject.getPluginModel()
Returns the model that owns this object.
|
Modifier and Type | Method and Description |
---|---|
void |
IExtensionWizard.init(IProject project,
IPluginModelBase pluginModel)
Initializes the wizard with the project of the plug-in and the model
object for the plug-in manifest file.
|
void |
IExtensionEditorWizard.init(IProject project,
IPluginModelBase pluginModel,
IStructuredSelection selection)
Initializes the wizard with the project of the plug-in and the model
object for the plug-in manifest file.
|
boolean |
IPluginContentWizard.performFinish(IProject project,
IPluginModelBase model,
IProgressMonitor monitor)
Executes the wizard when 'Finish' button has been pressed.
|
Modifier and Type | Field and Description |
---|---|
protected IPluginModelBase |
AbstractTemplateSection.model
The plug-in model.
|
Modifier and Type | Method and Description |
---|---|
void |
ITemplateSection.execute(IProject project,
IPluginModelBase model,
IProgressMonitor monitor)
Executes the template.
|
void |
BaseOptionTemplateSection.execute(IProject project,
IPluginModelBase model,
IProgressMonitor monitor)
Modifies the superclass implementation by adding the initialization step
before commencing execution.
|
void |
AbstractTemplateSection.execute(IProject project,
IPluginModelBase model,
IProgressMonitor monitor)
The default implementation of the interface method.
|
void |
BaseOptionTemplateSection.initializeFields(IPluginModelBase model)
Initializes options in the wizard page using the data provided by the
method parameters.
|
boolean |
AbstractNewPluginTemplateWizard.performFinish(IProject project,
IPluginModelBase model,
IProgressMonitor monitor)
Implements the interface method by looping through template sections and
executing them sequentially.
|
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.