Package javax.help
Class IndexItem
java.lang.Object
javax.help.TreeItem
javax.help.IndexItem
- All Implemented Interfaces:
Serializable
A class for individual index items.
- See Also:
-
Field Summary
Fields inherited from class javax.help.TreeItem
COLLAPSE, DEFAULT_EXPANSION, EXPAND, locale
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.help.TreeItem
getExpansionType, getHelpSet, getID, getLocale, getMergeType, getName, getPresentation, getPresentationName, getURL, setExpansionType, setHelpSet, setID, setMergeType, setName, setPresentation, setPresentationName, toString
-
Constructor Details
-
IndexItem
Create an IndexItem.- Parameters:
id
- ID for the item. The ID can be null.hs
- A HelpSet scoping this item.locale
- The locale for this item
-
IndexItem
Create an IndexItem defaulting the HelpSet to that of its ID.- Parameters:
id
- ID for the item. The ID can be null.locale
- The locale to use for this item.
-
IndexItem
public IndexItem()Create a default IndexItem.
-