Collaboration diagram for GuiComponents.Panels.ModuleConfigurationPanel:

Public Member Functions | |
| ModuleConfigurationPanel (String serialNo) | |
| Creates new form ModuleConfigurationPanel. | |
Private Member Functions | |
| void | getCurrentModuleConfig () |
| void | getSavedModuleConfig () |
| void | updateConfiguration () |
| void | initComponents () |
| This method is called from within the constructor to initialize the form. | |
Private Attributes | |
| String | serialNo |
| ModuleConfiguration | currentModuleConfig |
| InspectorPanel | currentIP |
| ModuleConfiguration | savedModuleConfig |
| InspectorPanel | savedIP |
| javax.swing.ButtonGroup | buttonGroup1 |
| javax.swing.JRadioButton | currentConfigButton |
| javax.swing.JButton | saveAllConfigButton |
| javax.swing.JButton | saveConfigButton |
| javax.swing.JScrollPane | scrollPane |
| javax.swing.JRadioButton | storedConfigButton |
| javax.swing.JTextArea | defaultText |
| javax.swing.JLabel | title |
Definition at line 22 of file ModuleConfigurationPanel.java.
|
|
Creates new form ModuleConfigurationPanel.
Definition at line 27 of file ModuleConfigurationPanel.java. References GuiComponents.Panels.ModuleConfigurationPanel.initComponents(). Here is the call graph for this function: ![]() |
|
1.4.6