Eclipse Platform
2.1

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

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

Uses of PluginRegistryModel in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return PluginRegistryModel
static PluginRegistryModel Platform.parsePlugins(URL[] pluginPath, Factory factory)
          Returns a plug-in registry containing all of the plug-ins discovered on the given plug-in path.
 

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

Methods in org.eclipse.core.runtime.model that return PluginRegistryModel
 PluginRegistryModel PluginModel.getRegistry()
          Returns the plug-in registry of which this plug-in descriptor is a member.
 PluginRegistryModel Factory.createPluginRegistry()
          Returns a new plug-in registry model with an empty plug-in table.
 

Methods in org.eclipse.core.runtime.model with parameters of type PluginRegistryModel
 void PluginModel.setRegistry(PluginRegistryModel value)
          Sets the registry with which this plug-in descriptor is associated.
 


Eclipse Platform
2.1

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