public abstract class AbstractContentExtensionProvider extends Object
AbstractContentExtensionProvider
is a mechanism to provide
arbitrary content extensions (e.g. contributions to anchors or element
replacements). AbstractContentExtensionProvider
s must be
registered via the org.eclipse.help.contentExtension
extension point.Constructor and Description |
---|
AbstractContentExtensionProvider() |
Modifier and Type | Method and Description |
---|---|
protected void |
contentChanged()
Notifies the platform that the content managed by this provider may
have changed since the last time
getContentExtensions()
was called, and needs to be updated. |
abstract IContentExtension[] |
getContentExtensions(String locale)
Returns all extensions for this provider.
|
public abstract IContentExtension[] getContentExtensions(String locale)
locale
- the locale for which to get contributionsprotected void contentChanged()
getContentExtensions()
was called, and needs to be updated.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.