Eclipse Platform
2.1

Uses of Package
org.eclipse.core.runtime.model

Packages that use org.eclipse.core.runtime.model
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. 
 

Classes in org.eclipse.core.runtime.model used by org.eclipse.core.runtime
Factory
          An object which can create plug-in related model objects (typically when parsing plug-in manifest files).
PluginRegistryModel
          A container for a collection of plug-in descriptors.
 

Classes in org.eclipse.core.runtime.model used by org.eclipse.core.runtime.model
ConfigurationElementModel
          An object which represents the user-defined contents of an extension in a plug-in manifest.
ConfigurationPropertyModel
          An object which represents the user-defined properties in a configuration element of a plug-in manifest.
ExtensionModel
          An object which represents the user-defined extension in a plug-in manifest.
ExtensionPointModel
          An object which represents the user-defined extension point in a plug-in manifest.
LibraryModel
          A runtime library declared in a plug-in.
PluginDescriptorModel
          An object which represents the user-defined contents of a plug-in in a plug-in manifest.
PluginFragmentModel
          An object which represents the user-defined contents of a plug-in fragment in a plug-in manifest.
PluginModel
          An object which represents the user-defined contents of a plug-in model (either a descriptor or a fragment) in a plug-in manifest.
PluginModelObject
          An object which has the general characteristics of all elements in a plug-in manifest.
PluginPrerequisiteModel
          An object which represents the relationship between a plug-in and a prerequisite plug-in in the dependent's plug-in manifest.
PluginRegistryModel
          A container for a collection of plug-in descriptors.
URLModel
          An object which represents a named URL in a component or configuration manifest.
 


Eclipse Platform
2.1

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