Package | Description |
---|---|
org.eclipse.help |
Provides core help system for the platform.
|
org.eclipse.help.base |
Support for help system extension points.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAnchor
Specifies a location in a document where other plug-ins may contribute
additional content.
|
interface |
ICommandLink
Represents a link with text that invokes a specific command with
parameters.
|
interface |
IContentExtension
An extension of a document's content.
|
interface |
ICriteria
A directive indicating the criteria information of a Toc or Topic described in xml
|
interface |
ICriteriaDefinition
ICriteriaDefinition represents the criteria definition of one plug-in.
|
interface |
ICriterionDefinition
ICriterionDefinition represents a single criterion definition of the help content.
|
interface |
ICriterionValueDefinition
ICriterionValueDefinition represents one criterion value definition of one criterion.
|
interface |
IInclude
A directive indicating the content at the given path should be included in
this document, and replace this node.
|
interface |
IIndex
IIndex represents metaphor of the book index.
|
interface |
IIndexEntry
IIndexEntry represents a single entry of the help index.
|
interface |
IIndexEntry2
IIndexEntry2 is an index entry which may have see elements as children
|
interface |
IIndexSee
An entry that represents a see also node in the index.
|
interface |
IIndexSubpath
A directive indicating the content at the given path should be included in
this document, and replace this node.
|
interface |
ILink
A directive indicating a link to another toc to be inserted at (and replace)
this link.
|
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 |
---|---|
IUAElement[] |
IUAElement.getChildren()
Returns all sub-elements (children) of this element.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractHelpScope.hasInScopeChildren(IUAElement element)
Convenience method to make it easier to write subclasses
In the case of an IIndexSee element this method tests
to see if the target is in scope.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.