public abstract class AbstractIndexProvider extends Object
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 and Description |
---|
AbstractIndexProvider() |
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
getIndexContributions()
was called, and needs to be updated. |
abstract IIndexContribution[] |
getIndexContributions(String locale)
Returns all index contributions for this provider.
|
public abstract IIndexContribution[] getIndexContributions(String locale)
locale
- the locale for which to get contributionsprotected void contentChanged()
getIndexContributions()
was called, and needs to be updated.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.