Public Member Functions | |
ResetDebugPanel () | |
Constructor. | |
Package Attributes | |
JButton | reset = new JButton("reset") |
Button used to reset the DaqPanel::sspanel, results and debugging. | |
JButton | resetAll = new JButton("reset All") |
Button used to bring all the components of the DaqDriverTest::daqPanel to default values. | |
JCheckBox | debugInfo |
Checkbox used to log debugging information. | |
JCheckBox | showDebugInf |
Checkbox used to show debugging information in the DaqPanel::sspanel. |
One that resets DaqPanel::sspanel or to reset everything to the default values.
Definition at line 242 of file DaqPanel.java.
|
Constructor. Initializes the memebers of ResetDebugPanel and adds them to the panel, this panel is added to DaqDriverTest::daqPanel. Definition at line 263 of file DaqPanel.java. References debugInfo, reset, resetAll, and showDebugInf. |