Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.update.core.model.PluginEntryModel

Packages that use PluginEntryModel
org.eclipse.update.core Provides support for extending the base installation and update services.  
org.eclipse.update.core.model Provides model support for extending the base installation and update services.  
 

Uses of PluginEntryModel in org.eclipse.update.core
 

Subclasses of PluginEntryModel in org.eclipse.update.core
 class PluginEntry
          Convenience implementation of plug-in entry.
 

Methods in org.eclipse.update.core that return PluginEntryModel
 PluginEntryModel BaseFeatureFactory.createPluginEntryModel()
          Create a concrete implementation of plug-in entry model.
 

Uses of PluginEntryModel in org.eclipse.update.core.model
 

Methods in org.eclipse.update.core.model that return PluginEntryModel
 PluginEntryModel FeatureModelFactory.createPluginEntryModel()
          Create a default plug-in entry model.
 PluginEntryModel[] FeatureModel.getPluginEntryModels()
          Returns an array of plug-in entries referenced by this feature
 

Methods in org.eclipse.update.core.model with parameters of type PluginEntryModel
 void FeatureModel.setPluginEntryModels(PluginEntryModel[] pluginEntries)
          Sets the feature plug-in references.
 void FeatureModel.addPluginEntryModel(PluginEntryModel pluginEntry)
          Adds a plug-in reference.
 void FeatureModel.removePluginEntryModel(PluginEntryModel pluginEntry)
          Removes a plug-in reference.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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