Package | Description |
---|---|
org.eclipse.update.core |
Provides support for extending the base installation
and update services.
|
Modifier and Type | Class and Description |
---|---|
class |
SiteContentProvider
Base site content provider
Note: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability.
|
Modifier and Type | Method and Description |
---|---|
ISiteContentProvider |
ISite.getSiteContentProvider()
Returns the content provider for this site.
|
ISiteContentProvider |
Site.getSiteContentProvider()
Returns the content provider for this site.
|
Modifier and Type | Method and Description |
---|---|
void |
ISite.setSiteContentProvider(ISiteContentProvider siteContentProvider)
Sets the site content provider.
|
void |
Site.setSiteContentProvider(ISiteContentProvider siteContentProvider)
Sets the site content provider.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.