java.lang.Object | +----javax.help.NavigatorView | +----javax.help.IndexView | +----javax.help.GlossaryView
public GlossaryView(HelpSet hs, java.lang.String name, java.lang.String label, java.util.Hashtable params)
hs
- The HelpSet that provides context information
name
- The name of the View
label
- The label (to show the user) of the View
params
- A Hashtable providing different key/values for this type
public GlossaryView(HelpSet hs, java.lang.String name, java.lang.String label, java.util.Locale locale, java.util.Hashtable params)
hs
- The HelpSet that provides context information
name
- The name of the View
label
- The label (to show the user) of the View
locale
- The default locale to interpret data in this View
params
- A Hashtable providing different key/values for this type
public java.awt.Component createNavigator(HelpModel model)