Public Member Functions | |
DaqDriverTest () | |
Constructor. | |
Static Public Member Functions | |
void | main (String[] args) |
Starts the testing GUI. | |
Static Public Attributes | |
DaqDriverTest | daqDriverTest |
So everyone can repaint the parent Frame. | |
Protected Attributes | |
DaqPanel | daqPanel |
Extends JPanel, contains the components to test the DAQ. | |
JPanel | driverPanel |
Extends JPanel, Contains the components to test the driver. | |
JPanel | nsdsPanel |
Extends JPanel, Contains the components to test the NSDS. | |
Package Attributes | |
JTabbedPane | tabbedPane |
Used to tab all different test suites, for easy access. | |
Static Package Attributes | |
boolean | debug = false |
Flag to know when to log debugging information. |
DaqDriverTest extends a JFrame to display a GUI. It uses a JTabbedPanel where it places four classes extending a JPanel to place the testing components for a particular test panel. It also has a menu to save/open the current state or to exit.
Definition at line 37 of file DaqDriverTest.java.
|
Constructor. Initializes the menu and the tabs contain in this JFrame. Makes the DaqDriverTest visible and adds the JPanels and the menu to the DaqDriverTest. Sets the layout, close operation and sets a WindowListener that implements windowClose() Definition at line 72 of file DaqDriverTest.java. References daqDriverTest, daqPanel, driverPanel, nsdsPanel, and tabbedPane. Referenced by main(). |
|
Starts the testing GUI. If given a -g flag it will set debug to true. Definition at line 59 of file DaqDriverTest.java. References DaqDriverTest(), and debug. |