javax.help
Class SearchView
- Serializable
Navigational View information for a Search
SearchView(HelpSet hs, String name, String label, Hashtable params)- Constructs a SearchView with some given data.
|
SearchView(HelpSet hs, String name, String label, Locale locale, Hashtable params)- Constructs a SearchView with some given data.
|
SearchView
public SearchView(HelpSet hs,
String name,
String label,
Hashtable params) Constructs a SearchView with some given data. Locale of the View defaults
to that of the HelpSet.
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 that provides different key/values for this type.
SearchView
public SearchView(HelpSet hs,
String name,
String label,
Locale locale,
Hashtable params) Constructs a SearchView with some given data.
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.