javax.help
Class IndexItem
- Serializable
A class for individual index items.
getExpansionType , getHelpSet , getID , getLocale , getMergeType , getName , getPresentation , getPresentationName , getURL , setExpansionType , setHelpSet , setID , setMergeType , setName , setPresentation , setPresentationName , toString |
IndexItem
public IndexItem()
Create a default IndexItem.
IndexItem
public IndexItem(Map.ID id,
Locale locale)
Create an IndexItem defaulting the HelpSet to that of its ID.
id
- ID for the item. The ID can be null.locale
- The locale to use for this item.
IndexItem
public IndexItem(Map.ID id,
HelpSet hs,
Locale locale)
Create an IndexItem.
id
- ID for the item. The ID can be null.hs
- A HelpSet scoping this item.locale
- The locale for this item