public class SearchView extends NavigatorView
Constructor and Description |
---|
SearchView(HelpSet hs,
java.lang.String name,
java.lang.String label,
java.util.Hashtable params)
Constructs a SearchView with some given data.
|
SearchView(HelpSet hs,
java.lang.String name,
java.lang.String label,
java.util.Locale locale,
java.util.Hashtable params)
Constructs a SearchView with some given data.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
createNavigator(HelpModel model)
Creates a navigator for a given model.
|
create, getHelpSet, getImageID, getLabel, getLabel, getLocale, getMergeType, getName, getParameters
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)
createNavigator
in class NavigatorView
model
- The model for the Navigator.