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 SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThis is element name used for topic in XML files.Fields inherited from interface org.eclipse.help.IHelpResourceHREF, LABEL
- 
Method SummaryMethods inherited from interface org.eclipse.help.IHelpResourcegetHref, getLabelMethods inherited from interface org.eclipse.help.IUAElementgetChildren, isEnabled
- 
Field Details- 
TOPICThis is element name used for topic in XML files.- See Also:
 
 
- 
- 
Method Details- 
getSubtopicsITopic[] getSubtopics()Obtains the topics contained in this node.- Returns:
- Array of ITopic
 
 
-