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 | 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:

|
|
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 92 of file ModuleConfigurationPanel.java. References GuiComponents.Inspector.InspectorPanel.treeTable. Referenced by GuiComponents.Panels.ModuleConfigurationPanel.ModuleConfigurationPanel(). |
1.3.5