Package org.eclipse.help
Interface IIndexSee
- All Superinterfaces:
- IUAElement
An entry that represents a see also node in the index. A see
 also node must always reference another node.
- Since:
- 3.5
- 
Method SummaryModifier and TypeMethodDescriptionbooleanDetermines whether the text to be displayed is "see" or "see also"Methods inherited from interface org.eclipse.help.IUAElementgetChildren, isEnabled
- 
Method Details- 
getKeywordString getKeyword()
- 
isSeeAlsoboolean isSeeAlso()Determines whether the text to be displayed is "see" or "see also"- Returns:
- true if this is a "see also", false if this is a "see"
 
- 
getSubpathElementsIIndexSubpath[] getSubpathElements()- Returns:
- an array of length zero if this see element references an element at the top level of the index, otherwise a list of entries which represent keywords at the second and lower levels of the index tree.
 
 
-