All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.util.test.TestGUI

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----cryptix.util.test.TestGUI

public class TestGUI
extends Panel
A GUI panel for the test classes.

Copyright © 1998 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1 $

Author:
David Hopwood

Constructor Index

 o TestGUI(BaseTest)
Creates a TestGUI with the given owner.

Method Index

 o getMinimumSize()
 o getOutput()
 o getPreferredSize()
 o init()
 o update(Graphics)
Override update to avoid flicker.
 o useAppFrame(boolean)
 o waitForExit()

Constructors

 o TestGUI
 public TestGUI(BaseTest owner)
Creates a TestGUI with the given owner.

Methods

 o init
 protected void init()
 o update
 public void update(Graphics g)
Override update to avoid flicker.

Overrides:
update in class Container
 o getMinimumSize
 public Dimension getMinimumSize()
Overrides:
getMinimumSize in class Container
 o getPreferredSize
 public Dimension getPreferredSize()
Overrides:
getPreferredSize in class Container
 o getOutput
 public PrintWriter getOutput()
 o useAppFrame
 public synchronized void useAppFrame(boolean flag)
 o waitForExit
 public synchronized void waitForExit()

All Packages  Class Hierarchy  This Package  Previous  Next  Index