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