Package org.eclipse.help
Interface ITopic
- All Superinterfaces:
IHelpResource
,IUAElement
- All Known Subinterfaces:
ITopic2
- All Known Implementing Classes:
Topic
An
ITopic
is one topic in the table of contents, which may
contain subtopics.- Since:
- 2.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This is element name used for topic in XML files.Fields inherited from interface org.eclipse.help.IHelpResource
HREF, LABEL
-
Method Summary
Methods inherited from interface org.eclipse.help.IHelpResource
getHref, getLabel
Methods inherited from interface org.eclipse.help.IUAElement
getChildren, isEnabled
-
Field Details
-
TOPIC
This is element name used for topic in XML files.- See Also:
-
-
Method Details
-
getSubtopics
ITopic[] getSubtopics()Obtains the topics contained in this node.- Returns:
- Array of ITopic
-