Package javax.help

Class IndexItem

  • All Implemented Interfaces:
    java.io.Serializable

    public class IndexItem
    extends TreeItem
    A class for individual index items.
    See Also:
    Serialized Form
    • Constructor Detail

      • IndexItem

        public IndexItem​(Map.ID id,
                         HelpSet hs,
                         java.util.Locale locale)
        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

        public IndexItem​(Map.ID id,
                         java.util.Locale locale)
        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.