Eclipse Platform
Release 3.7

org.eclipse.help.base
Interface IHelpScopeProducer


public interface IHelpScopeProducer

Producer capable of generating or otherwise obtaining AbstractHelpScopes for filtering the help system. Scopes can be defined either by adding a 'scope' or 'scopeProducer' element to the "org.eclipse.help.base.scope" extension point. The 'scopeProducer' allows for runtime scopes to be created.

Since:
3.6

Method Summary
 IScopeHandle[] getScopeHandles()
          Obtains a list of IScopeHandles, which in turn will contain AbstracHelpScope implementations.
 

Method Detail

getScopeHandles

IScopeHandle[] getScopeHandles()
Obtains a list of IScopeHandles, which in turn will contain AbstracHelpScope implementations. Use this method to create or load AbstractHelpScopes at runtime.

Returns:
an array of the contributed scope handles. May not be null.

Eclipse Platform
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.