All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.test.ToolboxTest

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

public class ToolboxTest
extends UnitTest
A toolbox test that displays a toolbox with buttons representing AWT components.

See Also:
Toolbox

Constructor Index

 o ToolboxTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o ToolboxTest
 public ToolboxTest()

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