All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CDF.TestBoards

java.lang.Object
   |
   +----CDF.TestObject
           |
           +----CDF.TestBase
                   |
                   +----CDF.TestBoards

public class TestBoards
extends TestBase
implements ItemListener
The superclass of all tests which use Board objects and want to inherit a general UI


Variable Index

 o bChoice
 o buttonP
 o configP
 o displayOK
 o displayScale
 o logFileOutput
 o logFileP
 o statusP

Constructor Index

 o TestBoards()

Method Index

 o createDisplay()
Create UI components for test
 o finalize()
 o finish()
 o init()
Init method: called once per test
 o itemStateChanged(ItemEvent)
 o updateNeeds()
Method called when the internal required objects change
 o updateStatus()
Update the status display for users to see

Variables

 o logFileOutput
 protected DataOutputStream logFileOutput
 o displayScale
 protected int displayScale
 o bChoice
 protected ChooseBoard bChoice[]
 o configP
 protected JPanel configP
 o statusP
 protected JPanel statusP
 o buttonP
 protected JPanel buttonP
 o logFileP
 protected JPanel logFileP
 o displayOK
 protected boolean displayOK

Constructors

 o TestBoards
 public TestBoards()

Methods

 o createDisplay
 public void createDisplay()
Create UI components for test

Overrides:
createDisplay in class TestBase
 o updateNeeds
 public void updateNeeds()
Method called when the internal required objects change

Overrides:
updateNeeds in class TestObject
 o init
 public boolean init()
Init method: called once per test

Overrides:
init in class TestObject
 o finish
 public void finish()
Overrides:
finish in class TestBase
 o itemStateChanged
 public void itemStateChanged(ItemEvent ev)
 o updateStatus
 protected void updateStatus()
Update the status display for users to see

Overrides:
updateStatus in class TestObject
 o finalize
 protected void finalize()
Overrides:
finalize in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index