Public Member Functions | |
MyJPanel () | |
Creates new form MyJPanel. | |
Static Public Member Functions | |
JTextArea | getMessageArea () |
Static Protected Attributes | |
JTextArea | taOutput |
Package Attributes | |
SystemInterface | si |
ISInterface | is |
ScriptingPanel | scripting |
Private Member Functions | |
void | exit () |
void | myInitComponents () |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | bTimeWalkActionPerformed (java.awt.event.ActionEvent evt) |
void | bBypassActionPerformed (java.awt.event.ActionEvent evt) |
void | bAboutActionPerformed (java.awt.event.ActionEvent evt) |
void | bRefreshActionPerformed (java.awt.event.ActionEvent evt) |
void | bPipelineActionPerformed (java.awt.event.ActionEvent evt) |
void | bTrimActionPerformed (java.awt.event.ActionEvent evt) |
void | bStobeActionPerformed (java.awt.event.ActionEvent evt) |
void | bApiPingActionPerformed (java.awt.event.ActionEvent evt) |
void | bNoiseActionPerformed (java.awt.event.ActionEvent evt) |
void | b3GainActionPerformed (java.awt.event.ActionEvent evt) |
void | bResponseActionPerformed (java.awt.event.ActionEvent evt) |
void | bGCActionPerformed (java.awt.event.ActionEvent evt) |
void | bExitActionPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
javax.swing.JButton | b3Gain |
javax.swing.JButton | bAbout |
javax.swing.JButton | bApiPing |
javax.swing.JButton | bBypass |
javax.swing.JButton | bExit |
javax.swing.JButton | bGC |
javax.swing.JButton | bNoise |
javax.swing.JButton | bPipeline |
javax.swing.JButton | bRefresh |
javax.swing.JButton | bResponse |
javax.swing.JButton | bStobe |
javax.swing.JButton | bTimeWalk |
javax.swing.JButton | bTrim |
javax.swing.JLabel | jLabel1 |
javax.swing.JPanel | jPanel1 |
javax.swing.JPanel | jPanel2 |
javax.swing.JScrollPane | jScrollPane1 |
javax.swing.JSeparator | jSeparator1 |
javax.swing.JSplitPane | jSplitPane1 |
javax.swing.JLabel | lOutput |
javax.swing.JPanel | pAPI |
javax.swing.JTabbedPane | tpTabs |
ISPanel | pIS |
MRSPanel | pMRS |
CalibrationControllerPanel | pCC |
Definition at line 19 of file MyJPanel.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 69 of file MyJPanel.java. Referenced by TestGUI.MyJPanel.MyJPanel(). |