Uses of Interface
org.eclipse.help.ITopic
-
Packages that use ITopic Package Description org.eclipse.help Provides core help system for the platform.org.eclipse.help.base Support for help system extension points. -
-
Uses of ITopic in org.eclipse.help
Subinterfaces of ITopic in org.eclipse.help Modifier and Type Interface Description interface
ITopic2
ITopic2
extendsITopic
by adding methods to support functionality for criteria, topic sorting and custom iconsMethods in org.eclipse.help that return ITopic Modifier and Type Method 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.Methods in org.eclipse.help with parameters of type ITopic Modifier and Type Method Description abstract ICriteria[]
AbstractCriteriaProvider. getCriteria(ITopic topic)
Gets criteria for a topic -
Uses of ITopic in org.eclipse.help.base
Methods in org.eclipse.help.base with parameters of type ITopic Modifier and Type Method Description abstract boolean
AbstractHelpScope. inScope(ITopic topic)
Determine whether a topic is in scope
-