Public Member Functions | |
DDCModuleSwitcher (int sctView, String serialno) | |
Creates new form test. | |
DDCModuleSwitcher (int sctView) | |
void | actionPerformed (ActionEvent e) |
Package Attributes | |
String | serialno |
Vector | moduleList |
int | sctView |
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.
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. Definition at line 50 of file DDCModuleSwitcher.java. References DisplayGUI.DDCModuleSwitcher.exitForm(), DisplayGUI.ModuleCell.getModuleGroup(), and DisplayGUI.ModuleCell.getSerialNo(). Referenced by DisplayGUI.DDCModuleSwitcher.DDCModuleSwitcher(). |
Here is the call graph for this function: