|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.help.TreeItem | +--javax.help.IndexItem
A class for individual index items.
Field Summary |
Fields inherited from class javax.help.TreeItem |
COLLAPSE, DEFAULT_EXPANSION, EXPAND |
Constructor Summary | |
IndexItem()
Create a default IndexItem. |
|
IndexItem(Map.ID id,
HelpSet hs,
java.util.Locale locale)
Create an IndexItem. |
|
IndexItem(Map.ID id,
java.util.Locale locale)
Create an IndexItem defaulting the HelpSet to that of its ID. |
Methods inherited from class javax.help.TreeItem |
getExpansionType, getHelpSet, getID, getLocale, getMergeType, getName, getPresentation, getPresentationName, getURL, setExpansionType, setHelpSet, setID, setMergeType, setName, setPresentation, setPresentationName, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
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 itempublic 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |