javax.help
Class GlossaryView
java.lang.Object
   javax.help.NavigatorView
javax.help.NavigatorView
       javax.help.IndexView
javax.help.IndexView
           javax.help.GlossaryView
javax.help.GlossaryView
- All Implemented Interfaces: 
- java.io.Serializable
- public class GlossaryView- extends IndexView
View information for a Glossary Navigator
- See Also:
- Serialized Form
 
 
 
 
| Constructor Summary | 
| 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.
 | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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 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,
                    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 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
createNavigator
public java.awt.Component createNavigator(HelpModel model)
- create a navigator for a given model
 
- 
- Overrides:
- createNavigatorin class- IndexView
 
- 
- Parameters:
- model- The HelpModel to create this navigator with. A null model
 is valid.
- Returns:
- The appropriate Component for this view.