Interface IIndexEntry

All Superinterfaces:
IUAElement
All Known Subinterfaces:
IIndexEntry2

public interface IIndexEntry extends IUAElement
IIndexEntry represents a single entry of the help index. It includes a keyword and related references into help content.
Since:
3.2
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the keyword that this entry is associated with
    Obtains the index subentries contained in the entry.
    Obtains topics assosiated with this index entry (i.e. keyword).

    Methods inherited from interface org.eclipse.help.IUAElement Link icon

    getChildren, isEnabled
  • Method Details Link icon

    • getKeyword Link icon

      String getKeyword()
      Returns the keyword that this entry is associated with
      Returns:
      the keyword
    • getTopics Link icon

      ITopic[] getTopics()
      Obtains topics assosiated with this index entry (i.e. keyword).
      Returns:
      array of ITopic
    • getSubentries Link icon

      IIndexEntry[] getSubentries()
      Obtains the index subentries contained in the entry.
      Returns:
      the index subentries