Eclipse Platform
2.0

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

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

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

Subclasses of PluginModelObject in org.eclipse.core.runtime.model
 class ConfigurationElementModel
          An object which represents the user-defined contents of an extension in a plug-in manifest.
 class ConfigurationPropertyModel
          An object which represents the user-defined properties in a configuration element of a plug-in manifest.
 class ExtensionModel
          An object which represents the user-defined extension in a plug-in manifest.
 class ExtensionPointModel
          An object which represents the user-defined extension point in a plug-in manifest.
 class LibraryModel
          A runtime library declared in a plug-in.
 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.
 class 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.
 class PluginPrerequisiteModel
          An object which represents the relationship between a plug-in and a prerequisite plug-in in the dependent's plug-in manifest.
 class URLModel
          An object which represents a named URL in a component or configuration manifest.
 


Eclipse Platform
2.0

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