Public Member Functions | |
| RodDiagnostics () | |
| Make it beanable...  | |
| RodDiagnostics (int p, int c, int r, Sct_SctApi.SctApi a) | |
| Creates new form RodDiagnostics.  | |
| TableModel | getBlockTableModel () | 
| int | getPartition () | 
| int | getCrate () | 
| int | getROD () | 
| String | getRODSlot () | 
| boolean | isRODValid () | 
| void | setPartition (int partition) | 
| Setter for property partition.   | |
Static Public Member Functions | |
| void | main (String[] args) | 
Package Functions | |
| void | modifyComponents () | 
Package Attributes | |
| BlockTableModel | bTableModel | 
| int | partition | 
| int | crate | 
| int | rod | 
| Sct_SctApi.SctApi | api | 
Private Member Functions | |
| void | initComponents () | 
| This method is called from within the constructor to initialize the form.   | |
| void | slaveBlockReadActionPerformed (java.awt.event.ActionEvent evt) | 
| void | setLinkToFrontPanelPerformed (java.awt.event.ActionEvent evt) | 
| void | mdspBlockReadActionPerformed (java.awt.event.ActionEvent evt) | 
| void | singleWriteActionPerformed (java.awt.event.ActionEvent evt) | 
| void | singleReadActionPerformed (java.awt.event.ActionEvent evt) | 
Private Attributes | |
| javax.swing.JTextField | addressText | 
| javax.swing.JTable | blockTable | 
| javax.swing.JLabel | currAddressLabel | 
| javax.swing.JLabel | currDspLabel | 
| javax.swing.JLabel | currWordCountLabel | 
| javax.swing.JTextField | dspNumberText | 
| javax.swing.JButton | jButton1 | 
| javax.swing.JButton | jButton2 | 
| javax.swing.JButton | jButton3 | 
| javax.swing.JButton | jButton4 | 
| javax.swing.JButton | jButton5 | 
| javax.swing.JLabel | jLabel1 | 
| javax.swing.JLabel | jLabel10 | 
| 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 | jLabel6 | 
| javax.swing.JLabel | jLabel7 | 
| javax.swing.JLabel | jLabel8 | 
| javax.swing.JLabel | jLabel9 | 
| javax.swing.JPanel | jPanel1 | 
| javax.swing.JPanel | jPanel2 | 
| javax.swing.JPanel | jPanel3 | 
| javax.swing.JPanel | jPanel4 | 
| javax.swing.JPanel | jPanel5 | 
| javax.swing.JScrollPane | jScrollPane1 | 
| javax.swing.JTextField | jTextField2 | 
| javax.swing.JTextField | jTextField3 | 
| javax.swing.JTextField | jTextField4 | 
| javax.swing.JTextField | jTextField6 | 
| javax.swing.JTextField | linkValueText | 
| javax.swing.JTextField | readValueText | 
| javax.swing.JTextField | wordCountText | 
| javax.swing.JTextField | writeValueText | 
Definition at line 24 of file RodDiagnostics.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 90 of file RodDiagnostics.java. Referenced by GuiComponents.SctApi.RodDiagnostics.RodDiagnostics().  | 
  
      
  | 
  
| 
 Setter for property partition. 
 
 Definition at line 443 of file RodDiagnostics.java.  | 
  
 
1.3.5