Package javax.help
Class SearchView
java.lang.Object
javax.help.NavigatorView
javax.help.SearchView
- All Implemented Interfaces:
Serializable
Navigational View information for a Search
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNavigator
(HelpModel model) Creates a navigator for a given model.Methods inherited from class javax.help.NavigatorView
create, getHelpSet, getImageID, getLabel, getLabel, getLocale, getMergeType, getName, getParameters
-
Constructor Details
-
SearchView
Constructs a SearchView with some given data. Locale of the View 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.locale
- The default locale to interpret the data in this TOC.params
- A hashtable that provides different key/values for this type.
-
SearchView
Constructs a SearchView 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 the data in this TOC.params
- A hashtable that provides different key/values for this type.
-
-
Method Details