Eclipse Platform
2.1

Uses of Class
org.eclipse.core.runtime.model.PluginModel

Packages that use PluginModel
org.eclipse.core.runtime.model Provides core support for the modeling plug-ins and the plug-in registry. 
 

Uses of PluginModel in org.eclipse.core.runtime.model
 

Subclasses of PluginModel in org.eclipse.core.runtime.model
 class PluginDescriptorModel
          An object which represents the user-defined contents of a plug-in in a plug-in manifest.
 class PluginFragmentModel
          An object which represents the user-defined contents of a plug-in fragment in a plug-in manifest.
 

Methods in org.eclipse.core.runtime.model that return PluginModel
 PluginModel ExtensionPointModel.getParent()
          Returns the plug-in model (descriptor or fragment) in which this extension is declared.
 PluginModel ExtensionModel.getParent()
          Returns the plug-in model (descriptor or fragment) in which this extension is declared.
 

Methods in org.eclipse.core.runtime.model with parameters of type PluginModel
 void ExtensionPointModel.setParent(PluginModel value)
          Sets the plug-in model in which this extension is declared.
 void ExtensionModel.setParent(PluginModel value)
          Sets the plug-in model in which this extension is declared.
 


Eclipse Platform
2.1

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