Eclipse PDE
Release 3.0

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 fragment.xml file.
 interface IPluginModel
          This type of model is created by parsing the plugin.xml file.
 

Methods in org.eclipse.pde.core.plugin that return IPluginModelBase
 IPluginModelBase IPluginObject.getPluginModel()
           
 

Uses of IPluginModelBase in org.eclipse.pde.ui
 

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

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 ITemplateSection.execute(IProject project, IPluginModelBase model, IProgressMonitor monitor)
          Executes the template.
 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.
 void AbstractTemplateSection.execute(IProject project, IPluginModelBase model, IProgressMonitor monitor)
          The default implementation of the interface method.
 boolean AbstractNewPluginTemplateWizard.performFinish(IProject project, IPluginModelBase model, IProgressMonitor monitor)
          Implements the interface method by looping through template sections and executing them sequentially.
 


Eclipse PDE
Release 3.0

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