java.io.Serializable
public class SearchTOCItem extends TOCItem
COLLAPSE, DEFAULT_EXPANSION, EXPAND, locale
Constructor | Description |
---|---|
SearchTOCItem(Map.ID id,
Map.ID imageID,
HelpSet hs,
java.util.Locale locale) |
|
SearchTOCItem(SearchItem item) |
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getImageID
getExpansionType, getHelpSet, getID, getLocale, getMergeType, getName, getPresentation, getPresentationName, setExpansionType, setHelpSet, setID, setMergeType, setName, setPresentation, setPresentationName, toString
public SearchTOCItem(SearchItem item)
public void addSearchHit(SearchHit si)
public java.net.URL getURL()
TreeItem
public double getConfidence()
public java.util.Enumeration getConfidences()
public boolean inTOC()
public java.util.Enumeration getSearchHits()
public int hitCount()