Collaboration diagram for GuiComponents.SctApi.ModuleConfigurations:

Public Member Functions | |
| ModuleConfigurations () | |
| Make it beanable.   | |
| ModuleConfigurations (int p, int c, int r, Sct_SctApi.SctApiIPC a) | |
| Creates new form ModuleConfigurations.  | |
| String[] | getScanDescriptorsList () | 
| TableModel | getBlockTableModel () | 
| int | getPartition () | 
| int | getCrate () | 
| int | getROD () | 
| String | getRODSlot () | 
| boolean | isRODValid () | 
| void | setPartition (int partition) | 
| Setter for property partition.   | |
Static Public Member Functions | |
| static void | main (String[] args) | 
Package Functions | |
| void | modifyComponents () | 
Package Attributes | |
| BlockTableModel | bTableModel | 
| int | partition | 
| int | crate | 
| int | rod | 
| Sct_SctApi.SctApiIPC | api | 
Private Member Functions | |
| void | initComponents () | 
| This method is called from within the constructor to initialize the form.   | |
| void | getModuleConfigurationActionPerformed (java.awt.event.ActionEvent evt) | 
| void | getModuleConfiguration () | 
| void | changeModuleConfigurationPerformed (java.awt.event.ActionEvent evt) | 
Private Attributes | |
| javax.swing.JComboBox | bankCombo | 
| javax.swing.JButton | changeButton | 
| javax.swing.JLabel | currBankLabel | 
| javax.swing.JLabel | currSlotLabel | 
| GuiComponents.Inspector.InspectorPanel | inspectorPanel1 | 
| javax.swing.JButton | jButton5 | 
| javax.swing.JLabel | jLabel1 | 
| javax.swing.JLabel | jLabel11 | 
| javax.swing.JLabel | jLabel12 | 
| javax.swing.JLabel | jLabel2 | 
| javax.swing.JLabel | jLabel3 | 
| javax.swing.JLabel | jLabel4 | 
| javax.swing.JLabel | jLabel5 | 
| javax.swing.JLabel | jLabel7 | 
| javax.swing.JLabel | jLabel8 | 
| javax.swing.JPanel | jPanel1 | 
| javax.swing.JPanel | jPanel2 | 
| javax.swing.JPanel | jPanel3 | 
| javax.swing.JPanel | jPanel4 | 
| javax.swing.JPanel | jPanel5 | 
| javax.swing.JTextField | jTextField2 | 
| javax.swing.JTextField | jTextField3 | 
| javax.swing.JTextField | jTextField4 | 
| javax.swing.JTextField | jTextField6 | 
| javax.swing.JTextField | slotText | 
| javax.swing.JComboBox | varTypeCombo | 
| javax.swing.JTextField | varValueText | 
Classes | |
| class | BlockTableModel | 
Definition at line 30 of file ModuleConfigurations.java.
      
  | 
  
| 
 Make it beanable. .. Definition at line 39 of file ModuleConfigurations.java. References GuiComponents.SctApi.ModuleConfigurations.initComponents(), and GuiComponents.SctApi.ModuleConfigurations.modifyComponents(). Referenced by GuiComponents.SctApi.ModuleConfigurations.main(). 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 104 of file ModuleConfigurations.java. Referenced by GuiComponents.SctApi.ModuleConfigurations.ModuleConfigurations().  | 
  
      
  | 
  
| 
 Setter for property partition. 
 
 Definition at line 397 of file ModuleConfigurations.java.  | 
  
 1.4.6