Uses of Interface
org.eclipse.help.IHelpResource
-
Packages that use IHelpResource Package Description org.eclipse.help Provides core help system for the platform.org.eclipse.help.search Provides the ability to add participants to help search and is responsible for creating search indices. -
-
Uses of IHelpResource in org.eclipse.help
Subinterfaces of IHelpResource in org.eclipse.help Modifier and Type Interface Description interfaceITocAnITocrepresents the root node of a toc, for either a complete toc (book) or a part of one to be assembled into a larger one.interfaceIToc2IToc2extendsITocby adding methods to support functionality for criteria, topic sorting and custom iconsinterfaceITopicAnITopicis one topic in the table of contents, which may contain subtopics.interfaceITopic2ITopic2extendsITopicby adding methods to support functionality for criteria, topic sorting and custom iconsMethods in org.eclipse.help that return IHelpResource Modifier and Type Method Description IHelpResource[]IContext. getRelatedTopics()Returns the related topics for this help context.Methods in org.eclipse.help with parameters of type IHelpResource Modifier and Type Method Description voidIHelp. displayHelpResource(IHelpResource helpResource)Deprecated.Use WorkbenchHelp.displayHelpResource(helpResource.getHref()) instead.StringIContext2. getCategory(IHelpResource topic)Returns the category of the provided topic. -
Uses of IHelpResource in org.eclipse.help.search
Methods in org.eclipse.help.search that return IHelpResource Modifier and Type Method Description IHelpResourceISearchEngineResult. getCategory()Returns a category this search result belongs to.
-