Eclipse Platform
Release 3.0

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
          Deprecated. In Eclipse 3.0 the runtime was refactored and all non-essential elements removed. This class provides facilities primarily intended for tooling. As such it has been removed and no directly substitutable API provided.
 class PluginFragmentModel
          Deprecated. In Eclipse 3.0 the runtime was refactored and all non-essential elements removed. This class provides facilities primarily intended for tooling. As such it has been removed and no directly substitutable API provided.
 

Methods in org.eclipse.core.runtime.model that return PluginModel
 PluginModel ExtensionPointModel.getParent()
          Deprecated. Returns the plug-in model (descriptor or fragment) in which this extension is declared.
 PluginModel ExtensionModel.getParent()
          Deprecated. 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)
          Deprecated. Sets the plug-in model in which this extension is declared.
 void ExtensionModel.setParent(PluginModel value)
          Deprecated. Sets the plug-in model in which this extension is declared.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.