Eclipse Platform
Release 3.3

org.eclipse.help
Interface IIndexContribution


public interface IIndexContribution

Represents either a complete or partial keyword index, as well as its metadata.

Since:
3.3

Method Summary
 String getId()
          Returns a unique identifier for this contribution.
 IIndex getIndex()
          Returns this contributions index.
 String getLocale()
          Returns the locale for this contribution.
 

Method Detail

getId

public String getId()
Returns a unique identifier for this contribution.

Returns:
the contribution's unique identifier

getIndex

public IIndex getIndex()
Returns this contributions index.

Returns:
the index data for this contribution

getLocale

public String getLocale()
Returns the locale for this contribution.

Returns:
the contribution's locale

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.