Package javax.help
Class SearchTOCItem
java.lang.Object
javax.help.TreeItem
javax.help.TOCItem
javax.help.SearchTOCItem
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class javax.help.TreeItem
COLLAPSE, DEFAULT_EXPANSION, EXPAND, locale
-
Constructor Summary
ConstructorsConstructorDescriptionSearchTOCItem
(Map.ID id, Map.ID imageID, HelpSet hs, Locale locale) SearchTOCItem
(SearchItem item) -
Method Summary
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 Details
-
SearchTOCItem
-
SearchTOCItem
-
-
Method Details