Class javax.help.SearchView

java.lang.Object
    |
    +----javax.help.NavigatorView
            |
            +----javax.help.SearchView

public class SearchView
extends NavigatorView
Navigational View information for a Search


SearchView

public SearchView(HelpSet hs,
                  java.lang.String name,
                  java.lang.String label,
                  java.util.Hashtable params)
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

public 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.
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.

createNavigator

public java.awt.Component createNavigator(HelpModel model)
Creates a navigator for a given model.
Overrides:
createNavigator in class NavigatorView