Collaboration diagram for GuiComponents.SctApi.RodDiagnostics:
Public Member Functions | |
RodDiagnostics () | |
Make it beanable. | |
RodDiagnostics (int p, int c, int r, Sct_SctApi.SctApiIPC 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 | |
static void | main (String[] args) |
Package Functions | |
void | modifyComponents () |
Package Attributes | |
BlockTableModel | bTableModel |
int | partition |
int | crate |
int | rod |
Sct_SctApi.CrateIPC | crateApi |
Private Member Functions | |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | writeBufferActionPerformed (java.awt.event.ActionEvent evt) |
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.JButton | writeBufferButton |
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 |
Classes | |
class | BlockTableModel |
Definition at line 29 of file RodDiagnostics.java.
|
Make it beanable. .. Definition at line 38 of file RodDiagnostics.java. References GuiComponents.SctApi.RodDiagnostics.initComponents(), and GuiComponents.SctApi.RodDiagnostics.modifyComponents(). Referenced by GuiComponents.SctApi.RodDiagnostics.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 97 of file RodDiagnostics.java. Referenced by GuiComponents.SctApi.RodDiagnostics.RodDiagnostics(). |
|
Setter for property partition.
Definition at line 492 of file RodDiagnostics.java. |