Eclipse Platform
2.1

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

Packages that use NonPluginEntryModel
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 NonPluginEntryModel in org.eclipse.update.core
 

Subclasses of NonPluginEntryModel in org.eclipse.update.core
 class NonPluginEntry
          Convenience implementation of non-plug-in entry.
 

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

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

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

Methods in org.eclipse.update.core.model with parameters of type NonPluginEntryModel
 void FeatureModel.setNonPluginEntryModels(NonPluginEntryModel[] nonPluginEntries)
          Sets the feature non-plug-in data references.
 void FeatureModel.addNonPluginEntryModel(NonPluginEntryModel nonPluginEntry)
          Adds a non-plug-in data reference.
 void FeatureModel.removeNonPluginEntryModel(NonPluginEntryModel nonPluginEntry)
          Removes a non-plug-in data reference.
 


Eclipse Platform
2.1

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