Public Member Functions | |
CalibrationControllerPanel (JTextArea taMessages) | |
Creates new form CalibrationControllerPanel. | |
void | infoCreated (is.InfoEvent infoEvent) |
void | infoDeleted (is.InfoEvent infoEvent) |
void | infoUpdated (is.InfoEvent infoEvent) |
Package Functions | |
void | close () |
Call this to get rid of any connections etc. | |
void | updateStatus (CalibrationControllerStatus status) |
Private Member Functions | |
void | myInitComponents () |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | bThreePtActionPerformed (java.awt.event.ActionEvent evt) |
void | bNMaskActionPerformed (java.awt.event.ActionEvent evt) |
void | bStrobeDelayActionPerformed (java.awt.event.ActionEvent evt) |
void | jButton1ActionPerformed (java.awt.event.ActionEvent evt) |
void | bThresholdActionPerformed (java.awt.event.ActionEvent evt) |
void | bResponseActionPerformed (java.awt.event.ActionEvent evt) |
void | bCharacterActionPerformed (java.awt.event.ActionEvent evt) |
void | bPingActionPerformed (java.awt.event.ActionEvent evt) |
void | bRefreshActionPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
javax.swing.JButton | bCharacter |
javax.swing.JButton | bNMask |
javax.swing.JButton | bPing |
javax.swing.JButton | bRefresh |
javax.swing.JButton | bResponse |
javax.swing.JButton | bStrobeDelay |
javax.swing.JButton | bThreePt |
javax.swing.JButton | bThreshold |
javax.swing.JButton | jButton1 |
javax.swing.JLabel | jLabel1 |
javax.swing.JPanel | jPanel1 |
javax.swing.JPanel | jPanel2 |
javax.swing.JTable | tStatus |
JTextArea | taMessages |
SystemInterface | si |
Definition at line 19 of file CalibrationControllerPanel.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 65 of file CalibrationControllerPanel.java. Referenced by TestGUI.CalibrationControllerPanel.CalibrationControllerPanel(). |