

Public Member Functions | |
| PlotOptionsFrame () | |
| Creates new form JFrame. | |
| void | showFrame (String objectName) |
Package Attributes | |
| String | objectName |
| java.util.regex.Pattern | objectPattern = java.util.regex.Pattern.compile(".*::(\\w+)\\.(\\d+)\\.(\\d+)\\.(\\d{14})") |
Private Member Functions | |
| void | initComponents () |
| This method is called from within the constructor to initialize the form. | |
| void | exitForm (java.awt.event.WindowEvent evt) |
| Exit the Application. | |
| void | showPlot () |
Private Attributes | |
| javax.swing.JButton | jButton1 |
| javax.swing.JButton | jButton2 |
| javax.swing.JCheckBox | jCheckBox1 |
| javax.swing.JLabel | jLabel1 |
| javax.swing.JLabel | jLabel2 |
| javax.swing.JLabel | jLabel3 |
| javax.swing.JTextField | jTextField1 |
| javax.swing.JTextField | jTextField2 |
Definition at line 14 of file PlotOptionsFrame.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 29 of file PlotOptionsFrame.java. References DisplayGUI.PlotOptionsFrame.exitForm(). Referenced by DisplayGUI.PlotOptionsFrame.PlotOptionsFrame(). |
Here is the call graph for this function:

1.3.5