Public Member Functions | |
TimRegisterGui (Object[] timlist, int selection) | |
Creates new form NewJPanel. | |
void | actionPerformed (java.awt.event.ActionEvent e) |
Static Public Member Functions | |
static void | main (String args[]) |
Package Attributes | |
java.util.regex.Pattern | sp = java.util.regex.Pattern.compile("Partition(\\d+)\\.Crate(\\d+)") |
Private Member Functions | |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | rwRegister (boolean read) |
void | setRegister (int register) |
void | closeDialog (java.awt.event.WindowEvent evt) |
void | updateBitString () |
void | setBitStrings () |
Private Attributes | |
javax.swing.JCheckBox[] | checkBox = new javax.swing.JCheckBox[16] |
String[] | bits = {"0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"} |
String[] | tims |
int | selection |
javax.swing.JButton | jButton1 |
javax.swing.JButton | jButton2 |
javax.swing.JButton | jButton3 |
javax.swing.JButton | jButton4 |
javax.swing.JComboBox | jComboBox1 |
javax.swing.JComboBox | jComboBox2 |
javax.swing.JComboBox | jComboBox3 |
javax.swing.JComboBox | jComboBox4 |
javax.swing.JLabel | selectLabel |
javax.swing.JLabel | title |
javax.swing.JLabel | bitResult |
Definition at line 15 of file TimRegisterGui.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 50 of file TimRegisterGui.java. References DisplayGUI.displayParams.backgroundColor, DisplayGUI.TimRegisterGui.checkBox, DisplayGUI.displayParams.displayScaleFont, DisplayGUI.TimRegisterGui.jButton1, DisplayGUI.TimRegisterGui.jButton2, DisplayGUI.TimRegisterGui.jButton3, DisplayGUI.TimRegisterGui.jComboBox1, DisplayGUI.TimRegisterGui.jComboBox2, DisplayGUI.TimRegisterGui.selection, DisplayGUI.TimRegisterGui.selectLabel, DisplayGUI.TimRegisterInfo.timRegisterNames, DisplayGUI.TimRegisterGui.tims, and DisplayGUI.TimRegisterGui.title. Referenced by DisplayGUI.TimRegisterGui.TimRegisterGui(). |