|
Eclipse Platform Release 3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.help.HelpSystem
public final class HelpSystem
This class provides general access to help content contributed to the
"org.eclipse.help.toc" and
"org.eclipse.help.contexts" extension points.
This class provides static methods only; it is not intended to be instantiated or subclassed.
| Method Summary | |
|---|---|
static IContext |
getContext(java.lang.String contextId)
Computes and returns context information for the given context id. |
static java.io.InputStream |
getHelpContent(java.lang.String href)
Returns an open input stream on the contents of the specified help resource. |
static IToc[] |
getTocs()
Returns the list of all integrated tables of contents available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static IContext getContext(java.lang.String contextId)
contextId - the context id
null if nonepublic static IToc[] getTocs()
public static java.io.InputStream getHelpContent(java.lang.String href)
href - the URL (as a string) of the help resource
Valid href are as described in
IHelpResource.getHref
null if the help resource could not be found and
opened
|
Eclipse Platform Release 3.1 |
|||||||||
| 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, 2005. All rights reserved.