javax.help
Class GlossaryView
- Serializable
public class GlossaryView
View information for a Glossary Navigator
GlossaryView(HelpSet hs, String name, String label, Hashtable params)- Construct a GlossaryView with some given data.
|
GlossaryView(HelpSet hs, String name, String label, Locale locale, Hashtable params)- Construct a GlossaryViewer VIew with some given data.
|
GlossaryView
public GlossaryView(HelpSet hs,
String name,
String label,
Hashtable params) Construct a GlossaryView with some given data. Locale defaults
to that of the HelpSet
hs - The HelpSet that provides context informationname - The name of the Viewlabel - The label (to show the user) of the Viewparams - A Hashtable providing different key/values for this type
GlossaryView
public GlossaryView(HelpSet hs,
String name,
String label,
Locale locale,
Hashtable params) Construct a GlossaryViewer VIew with some given data.
hs - The HelpSet that provides context informationname - The name of the Viewlabel - The label (to show the user) of the Viewlocale - The default locale to interpret data in this Viewparams - A Hashtable providing different key/values for this type