All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.awt.TopicsDialog

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----java.awt.Window
                            |
                            +----java.awt.Dialog
                                    |
                                    +----ORG.opengroup.awt.ButtonDialog
                                            |
                                            +----ORG.opengroup.awt.TopicsDialog

public class TopicsDialog
extends ButtonDialog
Help Topics Dialog. Driven by a file of topics and file names, the user is presented with a list of topics, each of which has an associated text file.


Constructor Index

 o TopicsDialog(Frame, int, int, Object)
.

Constructors

 o TopicsDialog
public TopicsDialog(Frame parent,
                    int x,
                    int y,
                    Object pobj)
.

Parameters:
parent - The parent frame.
x - x-location of the dialog.
y - y-location of the dialog.
pobj - The object whose class determines the location of the related help files.

All Packages  Class Hierarchy  This Package  Previous  Next  Index