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 |
ITopic2
ITopic2 extends ITopic by adding methods to support functionality
for criteria, topic sorting and custom icons |
Modifier and Type | Method and Description |
---|---|
ITopic[] |
ITopic.getSubtopics()
Obtains the topics contained in this node.
|
ITopic |
IToc.getTopic(String href)
Returns a topic with the specified href defined by this TOC.
|
ITopic[] |
IIndexEntry.getTopics()
Obtains topics assosiated with this index entry (i.e. keyword).
|
ITopic[] |
IToc.getTopics()
Obtains the topics directly contained by a toc.
|
Modifier and Type | Method and Description |
---|---|
abstract ICriteria[] |
AbstractCriteriaProvider.getCriteria(ITopic topic)
Gets criteria for a topic
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
AbstractHelpScope.inScope(ITopic topic)
Determine whether a topic is in scope
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.