Package org.eclipse.help
Interface IIndexEntry
- All Superinterfaces:
- IUAElement
- All Known Subinterfaces:
- IIndexEntry2
IIndexEntry represents a single entry of the help index. It includes
 a keyword and related references into help content.
- Since:
- 3.2
- 
Method SummaryModifier and TypeMethodDescriptionReturns the keyword that this entry is associated withObtains the index subentries contained in the entry.ITopic[]Obtains topics assosiated with this index entry (i.e. keyword).Methods inherited from interface org.eclipse.help.IUAElementgetChildren, isEnabled
- 
Method Details- 
getKeywordString getKeyword()Returns the keyword that this entry is associated with- Returns:
- the keyword
 
- 
getTopicsITopic[] getTopics()Obtains topics assosiated with this index entry (i.e. keyword).- Returns:
- array of ITopic
 
- 
getSubentriesIIndexEntry[] getSubentries()Obtains the index subentries contained in the entry.- Returns:
- the index subentries
 
 
-