Package org.eclipse.help
Interface IIndexEntry2
-
- All Superinterfaces:
IIndexEntry
,IUAElement
public interface IIndexEntry2 extends IIndexEntry
IIndexEntry2 is an index entry which may have see elements as children- Since:
- 3.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IIndexSee[]
getSees()
Obtains see references for this entry-
Methods inherited from interface org.eclipse.help.IIndexEntry
getKeyword, getSubentries, getTopics
-
Methods inherited from interface org.eclipse.help.IUAElement
getChildren, isEnabled
-
-
-
-
Method Detail
-
getSees
IIndexSee[] getSees()
Obtains see references for this entry- Returns:
- array of ITopic
-
-