Eclipse Platform
2.1

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

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

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

Methods in org.eclipse.core.runtime.model that return PluginFragmentModel
 PluginFragmentModel[] PluginDescriptorModel.getFragments()
          Returns the fragments installed for this plug-in.
 PluginFragmentModel Factory.createPluginFragment()
          Returns a new plug-in fragment model which is not initialized.
 PluginFragmentModel PluginRegistryModel.getFragment(String id)
          Returns the plug-in fragment with the given identifier in this plug-in registry, or null if there is no such fragment.
 PluginFragmentModel PluginRegistryModel.getFragment(String id, String version)
          Returns the identified plug-in fragment or null if the fragment does not exist.
 PluginFragmentModel[] PluginRegistryModel.getFragments()
          Returns the list of plug-in fragments managed by this registry.
 PluginFragmentModel[] PluginRegistryModel.getFragments(String id)
          Returns all versions of the identified plug-in fragment known to this plug-in registry.
 

Methods in org.eclipse.core.runtime.model with parameters of type PluginFragmentModel
 void PluginDescriptorModel.setFragments(PluginFragmentModel[] value)
          Sets the list of fragments for this plug-in.
 void PluginRegistryModel.addFragment(PluginFragmentModel fragment)
          Adds the specified plug-in fragment to this registry.
 


Eclipse Platform
2.1

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