All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jHelp.htmlHelpQueryPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----jHelp.htmlHelpQueryPanel

public final class htmlHelpQueryPanel
extends Panel
implements ActionListener
This class provides a panel that lets a user enter a phrase and returns documents containing the phrase or portions thereof ranked in the order of relevance.


Constructor Index

 o htmlHelpQueryPanel(htmlHelpSearchPanel, Object)
Create a basic query panel, given a search panel (where the word list is found) and an associated jHelp.htmlHelpFrame or jHelp.htmlHelpPanel object.
 o htmlHelpQueryPanel(htmlHelpSearchPanel, Object, Locale)
Create a basic query panel, given a search panel (where the word list is found) an associated htmlHelpFrame or htmlHelpPanel object, and a specific Locale object.
 o htmlHelpQueryPanel(htmlHelpSearchPanel, Object, ResourceBundle)
Create a basic query panel, given a search panel (where the word list is found) an associated htmlHelpFrame or htmlHelpPanel object, and a jHelp.htmlResources object.

Method Index

 o actionPerformed(ActionEvent)

Constructors

 o htmlHelpQueryPanel
 public htmlHelpQueryPanel(htmlHelpSearchPanel hhsp,
                           Object help)
Create a basic query panel, given a search panel (where the word list is found) and an associated jHelp.htmlHelpFrame or jHelp.htmlHelpPanel object. The jHelp.htmlHelpSearchPanel must be constructed first.

Parameters:
hhsp - an jHelp.htmlHelpSearchPanel object.
help - a jHelp.htmlHelpFrame or jHelp.htmlHelpPanel associated with the word list contained in the first parameter.
 o htmlHelpQueryPanel
 public htmlHelpQueryPanel(htmlHelpSearchPanel hhsp,
                           Object help,
                           Locale locale)
Create a basic query panel, given a search panel (where the word list is found) an associated htmlHelpFrame or htmlHelpPanel object, and a specific Locale object. The jHelp.htmlHelpSearchPanel must be constructed first.

Parameters:
hhsp - an jHelp.htmlHelpSearchPanel object.
help - a jHelp.htmlHelpFrame or jHelp.htmlHelpPanel associated with the word list contained in the first parameter.
locale - a specific Locale, overrides the user's default.
 o htmlHelpQueryPanel
 public htmlHelpQueryPanel(htmlHelpSearchPanel hhsp,
                           Object help,
                           ResourceBundle resources)
Create a basic query panel, given a search panel (where the word list is found) an associated htmlHelpFrame or htmlHelpPanel object, and a jHelp.htmlResources object. The jHelp.htmlHelpSearchPanel must be constructed first.

Parameters:
hhsp - an jHelp.htmlHelpSearchPanel object.
help - a jHelp.htmlHelpFrame or jHelp.htmlHelpPanel associated with the word list contained in the first parameter.
resources - a jHelp.htmlResources object.

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index