Class TOCItem
java.lang.Object
javax.help.TreeItem
javax.help.TOCItem
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SearchTOCItem
-
Field Summary
Fields inherited from class TreeItem
COLLAPSE, DEFAULT_EXPANSION, EXPAND, locale -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TreeItem
getExpansionType, getHelpSet, getID, getLocale, getMergeType, getName, getPresentation, getPresentationName, getURL, setExpansionType, setHelpSet, setID, setMergeType, setName, setPresentation, setPresentationName, toString
-
Constructor Details
-
TOCItem
Creates a TOCItem.- Parameters:
id- ID for the item. A null ID is valid.hs- The HelpSet scoping this item. In almost all cases this is the same as the HelpSet of the id field. A null ID is valid.image- The ID for image to be displayed for this item. A null image is valid.lang- The locale for this item. A null locale indicates the default locale.
-
TOCItem
-
TOCItem
public TOCItem()Creates a default TOCItem.
-
-
Method Details
-
getImageID
Returns the image for this TOCItem.
-