public class GlossaryView extends IndexView
IndexView.DefaultIndexFactorypublicIDString, publicIDString_V2| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
createNavigator(HelpModel model)
create a navigator for a given model
|
getDataAsTree, getMergeType, parsecreate, getHelpSet, getImageID, getLabel, getLabel, getLocale, getName, getParameterspublic GlossaryView(HelpSet hs, java.lang.String name, java.lang.String label, java.util.Hashtable params)
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 typepublic 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 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 typepublic java.awt.Component createNavigator(HelpModel model)
createNavigator in class IndexViewmodel - The HelpModel to create this navigator with. A null model
is valid.