Package org.eclipse.help
Interface IIndex
- All Superinterfaces:
- IUAElement
IIndex represents metaphor of the book index. It contains index entries,
 each of them is a keyword with references into related content.
- Since:
- 3.2
- 
Method SummaryModifier and TypeMethodDescriptionObtains the index entries contained in the index.Methods inherited from interface org.eclipse.help.IUAElementgetChildren, isEnabled
- 
Method Details- 
getEntriesIIndexEntry[] getEntries()Obtains the index entries contained in the index.- Returns:
- Array of IIndexEntry
 
 
-