java.lang.Object | +----javax.help.TreeItem | +----javax.help.IndexItem
public IndexItem(Map.ID id, HelpSet hs, java.util.Locale locale)
id
- ID for the item. The ID can be null.
hs
- A HelpSet scoping this item.
locale
- The locale for this item
public IndexItem(Map.ID id, java.util.Locale locale)
id
- ID for the item. The ID can be null.
locale
- The locale to use for this item.
public IndexItem()