Package javax.help
Class SearchTOCItem
- java.lang.Object
-
- javax.help.TreeItem
-
- javax.help.TOCItem
-
- javax.help.SearchTOCItem
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.help.TreeItem
COLLAPSE, DEFAULT_EXPANSION, EXPAND, locale
-
-
Constructor Summary
Constructors Constructor Description SearchTOCItem(Map.ID id, Map.ID imageID, HelpSet hs, java.util.Locale locale)
SearchTOCItem(SearchItem item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSearchHit(SearchHit si)
Adds a SearchHit.double
getConfidence()
java.util.Enumeration
getConfidences()
java.util.Enumeration
getSearchHits()
java.net.URL
getURL()
Returns the URL for the item.int
hitCount()
boolean
inTOC()
-
Methods inherited from class javax.help.TOCItem
getImageID
-
Methods inherited from class javax.help.TreeItem
getExpansionType, getHelpSet, getID, getLocale, getMergeType, getName, getPresentation, getPresentationName, setExpansionType, setHelpSet, setID, setMergeType, setName, setPresentation, setPresentationName, toString
-
-
-
-
Constructor Detail
-
SearchTOCItem
public SearchTOCItem(SearchItem item)
-
-
Method Detail
-
addSearchHit
public void addSearchHit(SearchHit si)
Adds a SearchHit.
-
getURL
public java.net.URL getURL()
Description copied from class:TreeItem
Returns the URL for the item.
-
getConfidence
public double getConfidence()
-
getConfidences
public java.util.Enumeration getConfidences()
-
inTOC
public boolean inTOC()
-
getSearchHits
public java.util.Enumeration getSearchHits()
-
hitCount
public int hitCount()
-
-