Collaboration diagram for GuiComponents.SctApi.BocDiagnostics:
Public Member Functions | |
BocDiagnostics () | |
Make it beanable. | |
BocDiagnostics (int p, int c, int r, Sct_SctApi.SctApiIPC a) | |
Creates new form BocDiagnostics. | |
TableModel | getBocSetupTableModel () |
void | refreshRegisterFields () |
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 | |
BocSetupTableModel | bocTableModel |
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 | reconfigureBOCSetupPerformed (java.awt.event.ActionEvent evt) |
void | refreshButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | refreshBocSetupPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
javax.swing.JTable | bocSetupTable |
javax.swing.JTextField | bpmPhaseText |
javax.swing.JTextField | bregPhaseText |
javax.swing.JTextField | clkCText |
javax.swing.JButton | jButton1 |
javax.swing.JButton | jButton2 |
javax.swing.JLabel | jLabel1 |
javax.swing.JLabel | jLabel10 |
javax.swing.JLabel | jLabel11 |
javax.swing.JLabel | jLabel12 |
javax.swing.JLabel | jLabel13 |
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 | jPanel5 |
javax.swing.JPanel | jPanel6 |
javax.swing.JScrollPane | jScrollPane1 |
javax.swing.JTabbedPane | jTabbedPane1 |
javax.swing.JTextField | jTextField2 |
javax.swing.JTextField | jTextField3 |
javax.swing.JTextField | jTextField4 |
javax.swing.JTextField | jTextField6 |
javax.swing.JButton | refreshButton |
javax.swing.JTextField | rxDacText |
javax.swing.JTextField | rxDataText |
javax.swing.JTextField | txDacText |
javax.swing.JTextField | vClock0Text |
javax.swing.JTextField | vClock1Text |
javax.swing.JTextField | vFineText |
Classes | |
class | BocSetupTableModel |
Definition at line 24 of file BocDiagnostics.java.
|
Make it beanable. .. Definition at line 33 of file BocDiagnostics.java. References GuiComponents.SctApi.BocDiagnostics.initComponents(), and GuiComponents.SctApi.BocDiagnostics.modifyComponents(). Referenced by GuiComponents.SctApi.BocDiagnostics.main(). Here is the call graph for this function: ![]() |
|
|
Setter for property partition.
Definition at line 408 of file BocDiagnostics.java. |