Eclipse Platform
Release 3.1

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

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

Subclasses of ImportModel in org.eclipse.update.core
 class Import
          Convenience implementation of a plug-in dependency.
 

Methods in org.eclipse.update.core that return ImportModel
 ImportModel BaseFeatureFactory.createImportModel()
          Create a concrete implementation of import dependency model.
 

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

Methods in org.eclipse.update.core.model that return ImportModel
 ImportModel FeatureModelFactory.createImportModel()
          Create a default import dependency model.
 ImportModel[] FeatureModel.getImportModels()
          Return a list of plug-in dependencies for this feature.
 

Methods in org.eclipse.update.core.model with parameters of type ImportModel
 void FeatureModel.setImportModels(ImportModel[] imports)
          Sets the feature plug-in dependency information.
 void FeatureModel.addImportModel(ImportModel importEntry)
          Adds a plug-in dependency entry.
 void FeatureModel.removeImportModel(ImportModel importEntry)
          Removes a plug-in dependency entry.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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