Eclipse PDE
Release 3.1

Uses of Interface
org.eclipse.pde.core.plugin.IPluginModelBase

Packages that use IPluginModelBase
org.eclipse.pde.core.plugin   
org.eclipse.pde.ui   
org.eclipse.pde.ui.templates   
 

Uses of IPluginModelBase in org.eclipse.pde.core.plugin
 

Subinterfaces of IPluginModelBase in org.eclipse.pde.core.plugin
 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.
 

Methods in org.eclipse.pde.core.plugin that return IPluginModelBase
 IPluginModelBase IPluginObject.getPluginModel()
          Returns the model that owns this object.
 

Uses of IPluginModelBase in org.eclipse.pde.ui
 

Methods in org.eclipse.pde.ui with parameters of type IPluginModelBase
 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.
 boolean IPluginContentWizard.performFinish(IProject project, IPluginModelBase model, IProgressMonitor monitor)
          Executes the wizard when 'Finish' button has been pressed.
 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.
 

Uses of IPluginModelBase in org.eclipse.pde.ui.templates
 

Fields in org.eclipse.pde.ui.templates declared as IPluginModelBase
protected  IPluginModelBase AbstractTemplateSection.model
          The plug-in model.
 

Methods in org.eclipse.pde.ui.templates with parameters of type IPluginModelBase
 void BaseOptionTemplateSection.initializeFields(IPluginModelBase model)
          Initializes options in the wizard page using the data provided by the method parameters.
 void BaseOptionTemplateSection.execute(IProject project, IPluginModelBase model, IProgressMonitor monitor)
          Modifies the superclass implementation by adding the initialization step before commencing execution.
 boolean AbstractNewPluginTemplateWizard.performFinish(IProject project, IPluginModelBase model, IProgressMonitor monitor)
          Implements the interface method by looping through template sections and executing them sequentially.
 void ITemplateSection.execute(IProject project, IPluginModelBase model, IProgressMonitor monitor)
          Executes the template.
 void AbstractTemplateSection.execute(IProject project, IPluginModelBase model, IProgressMonitor monitor)
          The default implementation of the interface method.
 


Eclipse PDE
Release 3.1

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