javax.help
Class TOCItem
- Serializable
A class for individual TOC items
getExpansionType, getHelpSet, getID, getLocale, getMergeType, getName, getPresentation, getPresentationName, getURL, setExpansionType, setHelpSet, setID, setMergeType, setName, setPresentation, setPresentationName, toString |
TOCItem
public TOCItem()
Creates a default TOCItem.
TOCItem
public TOCItem(Map.ID id,
Map.ID imageID,
Locale locale) Creates a TOCItem with a default HelpSet based on its ID.
id - ID for the item. The ID can be null.
TOCItem
public TOCItem(Map.ID id,
Map.ID imageID,
HelpSet hs,
Locale locale) Creates a TOCItem.
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.
getImageID
public Map.ID getImageID()
Returns the image for this TOCItem.