|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.help.AbstractContentExtensionProvider
An 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 Summary | |
---|---|
AbstractContentExtensionProvider()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractContentExtensionProvider()
Method Detail |
public abstract IContentExtension[] getContentExtensions(String locale)
locale
- the locale for which to get contributions
protected void contentChanged()
getContentExtensions()
was called, and needs to be updated.
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.