java.lang.Object | +----javax.help.TreeItem | +----javax.help.TOCItem
public TOCItem(Map.ID id, Map.ID imageID, HelpSet hs, java.util.Locale locale)
id
- ID for the item. A null ID is valid.
image
- The ID for image to be displayed for this item. A null
image 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.
lang
- The locale for this item. A null locale indicates the
default locale.
public TOCItem(Map.ID id, Map.ID imageID, java.util.Locale locale)
id
- ID for the item. The ID can be null.
image
- The image to be displayed for this item.
lang
- The locale for this item
public TOCItem()
public Map.ID getImageID()