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
-
bChoice
-
-
buttonP
-
-
configP
-
-
displayOK
-
-
displayScale
-
-
logFileOutput
-
-
logFileP
-
-
statusP
-
-
TestBoards()
-
-
createDisplay()
- Create UI components for test
-
finalize()
-
-
finish()
-
-
init()
- Init method: called once per test
-
itemStateChanged(ItemEvent)
-
-
updateNeeds()
- Method called when the internal required objects change
-
updateStatus()
- Update the status display for users to see
logFileOutput
protected DataOutputStream logFileOutput
displayScale
protected int displayScale
bChoice
protected ChooseBoard bChoice[]
configP
protected JPanel configP
statusP
protected JPanel statusP
buttonP
protected JPanel buttonP
logFileP
protected JPanel logFileP
displayOK
protected boolean displayOK
TestBoards
public TestBoards()
createDisplay
public void createDisplay()
- Create UI components for test
- Overrides:
- createDisplay in class TestBase
updateNeeds
public void updateNeeds()
- Method called when the internal required objects change
- Overrides:
- updateNeeds in class TestObject
init
public boolean init()
- Init method: called once per test
- Overrides:
- init in class TestObject
finish
public void finish()
- Overrides:
- finish in class TestBase
itemStateChanged
public void itemStateChanged(ItemEvent ev)
updateStatus
protected void updateStatus()
- Update the status display for users to see
- Overrides:
- updateStatus in class TestObject
finalize
protected void finalize()
- Overrides:
- finalize in class Object
All Packages Class Hierarchy This Package Previous Next Index