Class HelpViewerDialog

java.lang.Object
   |
   +----HelpViewer
           |
           +----HelpViewerDialog

class HelpViewerDialog
extends HelpViewer
A subclass of HelpViewer that shows the help texts in a TextDialog.

Version:
$Revision: 1.2 $
See Also:
TextDialog

Variable Index

 o frame
The Frame used to create the TextDialog with.

Constructor Index

 o HelpViewerDialog(HelpTexts, Frame)
Constructs a new HelpViewer that uses the texts from the specified HelpTexts object.

Method Index

 o view(String)
Displays the help text corresponding to a specified subject.

Variables

 o frame
 private Frame frame
The Frame used to create the TextDialog with.

See Also:
Frame

Constructors

 o HelpViewerDialog
 HelpViewerDialog(HelpTexts texts,
                  Frame frame)
Constructs a new HelpViewer that uses the texts from the specified HelpTexts object.

Parameters:
texts - the HelpTexts instance to get texts from.
frame - the Frame this HelpViewerDialog is associated with. it is used to create the TextDialog with.
See Also:
HelpTexts, Frame

Methods

 o view
 void view(String subject)
Displays the help text corresponding to a specified subject.

Overrides:
view in class HelpViewer