org.opensha.sha.gui.controls
Class RunAll_PEER_TestCasesControlPanel
java.lang.Object
org.opensha.sha.gui.controls.ControlPanel
org.opensha.sha.gui.controls.RunAll_PEER_TestCasesControlPanel
- All Implemented Interfaces:
- Named
public class RunAll_PEER_TestCasesControlPanel
- extends ControlPanel
Title: RunAll_PEER_TestCasesControlPanel
Description: This class runs all the PEER tst cases and output the results in a file
- Version:
- 1.0
- Author:
- : Edward (Ned) Field, Nitin Gupta and Vipin Gupta
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
RunAll_PEER_TestCasesControlPanel
public RunAll_PEER_TestCasesControlPanel(Component parent)
doinit
public void doinit()
- Description copied from class:
ControlPanel
- This method will be called the first time the control panel is displayed. All
setup should be in this method and not in the constructor, so that the apps can
start quickly.
- Specified by:
doinit in class ControlPanel
runAllPEER_TestCases
public boolean runAllPEER_TestCases()
- Returns:
- true if we have to run all the PEER test cases
getComponent
public Window getComponent()
- Specified by:
getComponent in class ControlPanel