Package javax.help
Class GlossaryView
- java.lang.Object
-
- javax.help.NavigatorView
-
- javax.help.IndexView
-
- javax.help.GlossaryView
-
- All Implemented Interfaces:
java.io.Serializable
public class GlossaryView extends IndexView
View information for a Glossary Navigator- See Also:
- Serialized Form
-
-
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 Constructor Description GlossaryView(HelpSet hs, java.lang.String name, java.lang.String label, java.util.Hashtable params)
Construct a GlossaryView with some given data.GlossaryView(HelpSet hs, java.lang.String name, java.lang.String label, java.util.Locale locale, java.util.Hashtable params)
Construct a GlossaryViewer VIew with some given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Component
createNavigator(HelpModel model)
create a navigator for a given model-
Methods 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 Detail
-
GlossaryView
public GlossaryView(HelpSet hs, java.lang.String name, java.lang.String label, java.util.Hashtable params)
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
public GlossaryView(HelpSet hs, java.lang.String name, java.lang.String label, java.util.Locale locale, java.util.Hashtable params)
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 Detail
-
createNavigator
public java.awt.Component createNavigator(HelpModel model)
create a navigator for a given model- Overrides:
createNavigator
in classIndexView
- Parameters:
model
- The HelpModel to create this navigator with. A null model is valid.- Returns:
- The appropriate Component for this view.
-
-