Eclipse Platform
Release 3.0

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

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

Subclasses of URLEntryModel in org.eclipse.update.core
 class URLEntry
          Convenience implementation of an annotated URL.
 

Methods in org.eclipse.update.core that return URLEntryModel
 URLEntryModel BaseSiteFactory.createURLEntryModel()
          Create a concrete implementation of annotated URL model.
 URLEntryModel BaseFeatureFactory.createURLEntryModel()
          Create a concrete implementation of annotated URL model.
 

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

Methods in org.eclipse.update.core.model that return URLEntryModel
 URLEntryModel FeatureModelFactory.createURLEntryModel()
          Create a default annotated URL model.
 URLEntryModel FeatureModel.getDescriptionModel()
          Returns the feature description.
 URLEntryModel FeatureModel.getCopyrightModel()
          Returns the copyright information for the feature.
 URLEntryModel FeatureModel.getLicenseModel()
          Returns the license information for the feature.
 URLEntryModel FeatureModel.getUpdateSiteEntryModel()
          Returns an information entry referencing the location of the feature update site.
 URLEntryModel[] FeatureModel.getDiscoverySiteEntryModels()
          Return an array of information entries referencing locations of other update sites.
 URLEntryModel SiteModel.getDescriptionModel()
          Returns the site description.
 URLEntryModel SiteModelFactory.createURLEntryModel()
          Create a default annotated URL model.
 URLEntryModel CategoryModel.getDescriptionModel()
          Retrieve the detailed category description
 

Methods in org.eclipse.update.core.model with parameters of type URLEntryModel
 void FeatureModel.setDescriptionModel(URLEntryModel description)
          Sets the feature description information.
 void FeatureModel.setCopyrightModel(URLEntryModel copyright)
          Sets the feature copyright information.
 void FeatureModel.setLicenseModel(URLEntryModel license)
          Sets the feature license information.
 void FeatureModel.setUpdateSiteEntryModel(URLEntryModel updateSiteInfo)
          Sets the feature update site reference.
 void FeatureModel.setDiscoverySiteEntryModels(URLEntryModel[] discoverySiteInfo)
          Sets additional update site references.
 void FeatureModel.addDiscoverySiteEntryModel(URLEntryModel discoverySiteInfo)
          Adds an additional update site reference.
 void FeatureModel.removeDiscoverySiteEntryModel(URLEntryModel discoverySiteInfo)
          Removes an update site reference.
 void SiteModel.setDescriptionModel(URLEntryModel description)
          Sets the site description.
 void CategoryModel.setDescriptionModel(URLEntryModel description)
          Sets the category description.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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