Package javax.help

Class SearchTOCItem

All Implemented Interfaces:
Serializable

public class SearchTOCItem extends TOCItem
Stores Search TOC items. This class extends TOCItems with additonal search hits. Can be used as part of the TOC tree or as an appendage to the tree for items not contained in the tree.
See Also:
  • Constructor Details

  • Method Details

    • addSearchHit

      public void addSearchHit(SearchHit si)
      Adds a SearchHit.
    • getURL

      public URL getURL()
      Description copied from class: TreeItem
      Returns the URL for the item.
      Overrides:
      getURL in class TreeItem
    • getConfidence

      public double getConfidence()
    • getConfidences

      public Enumeration getConfidences()
    • inTOC

      public boolean inTOC()
    • getSearchHits

      public Enumeration getSearchHits()
    • hitCount

      public int hitCount()