Package | Description |
---|---|
org.eclipse.help |
Provides core help system for the platform.
|
org.eclipse.help.search |
Provides the ability to add participants to help search and is responsible
for creating search indices.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IToc
An
IToc represents the root node of a toc, for either a complete
toc (book) or a part of one to be assembled into a larger one. |
interface |
IToc2
IToc2 extends IToc by adding methods to support functionality
for criteria, topic sorting and custom icons |
interface |
ITopic
An
ITopic is one topic in the table of contents, which may
contain subtopics. |
interface |
ITopic2
ITopic2 extends ITopic by adding methods to support functionality
for criteria, topic sorting and custom icons |
Modifier and Type | Method and Description |
---|---|
IHelpResource[] |
IContext.getRelatedTopics()
Returns the related topics for this help context.
|
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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.