java.io.Serializable
public class GlossaryView extends IndexView
IndexView.DefaultIndexFactory
publicIDString, publicIDString_V2
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.
|
Modifier and Type | Method | Description |
---|---|---|
java.awt.Component |
createNavigator(HelpModel model) |
create a navigator for a given model
|
getDataAsTree, getMergeType, parse
create, getHelpSet, getImageID, getLabel, getLabel, getLocale, getName, getParameters
public 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 IndexView
model
- The HelpModel to create this navigator with. A null model
is valid.