java.lang.Object | +----javax.help.NavigatorView | +----javax.help.SearchView
public SearchView(HelpSet hs, java.lang.String name, java.lang.String label, java.util.Hashtable params)
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 the data in this TOC.
params
- A hashtable that provides different key/values for this type.
public SearchView(HelpSet hs, java.lang.String name, java.lang.String label, java.util.Locale locale, java.util.Hashtable params)
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 the data in this TOC.
params
- A hashtable that provides different key/values for this type.
public java.awt.Component createNavigator(HelpModel model)