javax.help

Class GlossaryView

Implemented Interfaces:
Serializable

public class GlossaryView
extends IndexView

View information for a Glossary Navigator

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

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.

Method Summary

Component
createNavigator(HelpModel model)
create a navigator for a given model

Methods inherited from class javax.help.IndexView

createNavigator, getDataAsTree, getMergeType, parse

Methods inherited from class javax.help.NavigatorView

create, createNavigator, getHelpSet, getImageID, getLabel, getLabel, getLocale, getMergeType, getName, getParameters

Constructor Details

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
Parameters:
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

GlossaryView

public GlossaryView(HelpSet hs,
                    String name,
                    String label,
                    Locale locale,
                    Hashtable params)
Construct a GlossaryViewer VIew with some given data.
Parameters:
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

Method Details

createNavigator

public Component createNavigator(HelpModel model)
create a navigator for a given model
Overrides:
createNavigator in interface IndexView