

Public Member Functions | |
| IVPlotDisplay () | |
| Creates new form JFrame. | |
| void | showData (IVScansData ivScansData, String selectedModule) |
| void | valueChanged (ListSelectionEvent e) |
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 | plotData (int index) |
Private Attributes | |
| javax.swing.JButton | jButton1 |
| javax.swing.JLabel | jLabel1 |
| javax.swing.JList | snList |
| String[] | defaultString = {"No data"} |
| boolean | selectionListenerIsActive = true |
| IVScanPlotter | ivPlotter |
| IVScansData | ivScansData |
Definition at line 16 of file IVPlotDisplay.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 42 of file IVPlotDisplay.java. References DisplayGUI.plotters.IVPlotDisplay.exitForm(). Referenced by DisplayGUI.plotters.IVPlotDisplay.IVPlotDisplay(). |
Here is the call graph for this function:

1.3.5