|
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.AbstractIndexProvider
An AbstractIndexProvider
is a mechanism to provide arbitrary
content to the keyword index. AbstractIndexProvider
s must be
registered via the org.eclipse.help.index
extension point.
Constructor Summary | |
---|---|
AbstractIndexProvider()
|
Method Summary | |
---|---|
protected void |
contentChanged()
Notifies the platform that the content managed by this provider may have changed since the last time getIndexContributions()
was called, and needs to be updated. |
abstract IIndexContribution[] |
getIndexContributions(String locale)
Returns all index contributions for this provider. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractIndexProvider()
Method Detail |
public abstract IIndexContribution[] getIndexContributions(String locale)
locale
- the locale for which to get contributions
protected void contentChanged()
getIndexContributions()
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.