Package | Description |
---|---|
org.eclipse.help |
Provides core help system for the platform.
|
org.eclipse.help.base |
Support for help system extension points.
|
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 |
IToc2
IToc2 extends IToc by adding methods to support functionality
for criteria, topic sorting and custom icons |
Modifier and Type | Method and Description |
---|---|
IToc |
ITocContribution.getToc()
Returns the table of contents data for this contribution.
|
static IToc[] |
HelpSystem.getTocs()
Returns the list of all integrated tables of contents available.
|
IToc[] |
IHelp.getTocs()
Deprecated.
Use HelpSystem.getTocs() instead.
|
Modifier and Type | Method and Description |
---|---|
abstract ICriteria[] |
AbstractCriteriaProvider.getCriteria(IToc toc)
Gets criteria for a table of contents
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
AbstractHelpScope.inScope(IToc toc)
Determine whether a table of contents is in scope
|
Modifier and Type | Method and Description |
---|---|
IToc |
ISearchResult.getToc()
Gets the IToc parent of this result
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.