Package javax.help
Class GlossaryView
java.lang.Object
javax.help.NavigatorView
javax.help.IndexView
javax.help.GlossaryView
- All Implemented Interfaces:
Serializable
View information for a Glossary Navigator
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.help.IndexView
IndexView.DefaultIndexFactory
-
Field Summary
Fields inherited from class javax.help.IndexView
publicIDString, publicIDString_V2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNavigator
(HelpModel model) create a navigator for a given modelMethods inherited from class javax.help.IndexView
getDataAsTree, getMergeType, parse
Methods inherited from class javax.help.NavigatorView
create, getHelpSet, getImageID, getLabel, getLabel, getLocale, getName, getParameters
-
Constructor Details
-
GlossaryView
Construct a GlossaryView with some given data. Locale defaults to that of the HelpSet- Parameters:
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
Construct a GlossaryViewer VIew with some given data.- Parameters:
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
-
-
Method Details