Eclipse PDE
Release 3.1

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

Packages that use ISharedPluginModel
org.eclipse.pde.core.plugin   
 

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

Subinterfaces of ISharedPluginModel in org.eclipse.pde.core.plugin
 interface IExtensionsModel
          This type of model is created by parsing the manifest file.
 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.
 interface IPluginModelBase
          This type of model is created by parsing the manifest file.
 interface ISharedExtensionsModel
          This type of model is created by parsing the plug-in manifest file but only takes the extensions and extension points into account.
 

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


Eclipse PDE
Release 3.1

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