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
-
frame
- The Frame used to create the TextDialog with.
-
HelpViewerDialog(HelpTexts, Frame)
- Constructs a new HelpViewer that uses the texts from the specified
HelpTexts object.
-
view(String)
- Displays the help text corresponding to a specified subject.
frame
private Frame frame
- The Frame used to create the TextDialog with.
- See Also:
- Frame
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
view
void view(String subject)
- Displays the help text corresponding to a specified subject.
- Overrides:
- view in class HelpViewer