Package javax.help

Class SearchView

All Implemented Interfaces:
Serializable

public class SearchView extends NavigatorView
Navigational View information for a Search
See Also:
  • Constructor Details

    • 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.
      Parameters:
      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.
      locale - The default locale to interpret the data in this TOC.
    • SearchView

      public SearchView(HelpSet hs, String name, String label, Locale locale, 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.
  • Method Details