public class SearchView extends NavigatorView
| Constructor | 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 | Description |
|---|---|---|
java.awt.Component |
createNavigator(HelpModel model) |
Creates a navigator for a given model.
|
create, getHelpSet, getImageID, getLabel, getLabel, getLocale, getMergeType, getName, getParameterspublic 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 NavigatorViewmodel - The model for the Navigator.