Package | Description |
---|---|
org.eclipse.help |
Provides core help system for the platform.
|
org.eclipse.help.search |
Modifier and Type | Interface and Description |
---|---|
interface |
IToc
IToc is the table of contents.
|
interface |
ITopic
ITopic is one topic in a hierarchy of topics.
|
Modifier and Type | Method and Description |
---|---|
IHelpResource[] |
IContext.getRelatedTopics()
Returns a list of related topics for this help context.
|
IHelpResource[] |
IIndexEntry.getTopics()
Obtains help resources assosiated with this index entry (i.e. keyword).
|
Modifier and Type | Method and Description |
---|---|
void |
IHelp.displayHelpResource(IHelpResource helpResource)
Deprecated.
Use WorkbenchHelp.displayHelpResource(helpResource.getHref())
instead.
|
String |
IContext2.getCategory(IHelpResource topic)
Returns the category of the provided topic.
|
Modifier and Type | Method and Description |
---|---|
IHelpResource |
ISearchEngineResult.getCategory()
Returns a category this search result belongs to.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.