Public Member Functions | |
DDCModuleSwitcher (Set moduleList, String serialno) | |
Creates new form test. | |
DDCModuleSwitcher (Set ModuleList) | |
void | actionPerformed (ActionEvent e) |
Package Attributes | |
String | serialno |
Set | moduleList |
Private Member Functions | |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | exitForm (java.awt.event.WindowEvent evt) |
Exit the Application. | |
void | setLabel (String sn) |
Private Attributes | |
javax.swing.JButton | jButton1 |
javax.swing.JButton | jButton2 |
javax.swing.JButton | jButton3 |
javax.swing.JComboBox | jComboBox1 |
javax.swing.JComboBox | jComboBox2 |
javax.swing.JComboBox | jComboBox3 |
javax.swing.JLabel | jLabel1 |
javax.swing.JLabel | jLabel2 |
javax.swing.JLabel | jLabel3 |
javax.swing.JLabel | jLabel4 |
javax.swing.JLabel | jLabel5 |
javax.swing.JLabel | jLabel6 |
Definition at line 18 of file DDCModuleSwitcher.java.
|