Class gjt.test.DialogTest
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.test.DialogTest

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----gjt.test.UnitTest
                                           |
                                           +----gjt.test.DialogTest

public class DialogTest
extends UnitTest
Tests 4 gjt custom dialogs:
MessageDialog (a dialog which displays a message)
QuestionDialog (a dialog which asks a question)
YesNoDialog (a dialog with yes/no buttons)
ProgressDialog (a dialog which records progress of task)
See Also:
UnitTest, DialogClient, MessageDialog, ProgressDialog;, QuestionDialog;, YesNoDialog;

Constructor Index

 o DialogTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o DialogTest
  public DialogTest()

Methods

 o title
  public String title()
Overrides:
title in class UnitTest
 o centerPanel
  public Panel centerPanel()
Overrides:
centerPanel in class UnitTest

All Packages  Class Hierarchy  This Package  Previous  Next  Index