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.displayParams.backgroundColor, DisplayGUI.displayParams.darkBlueColor, DisplayGUI.plotters.IVPlotDisplay.defaultString, DisplayGUI.displayParams.displayBoldFont, DisplayGUI.displayParams.displayScaleFont, DisplayGUI.displayParams.displayTextFont, DisplayGUI.plotters.IVPlotDisplay.exitForm(), DisplayGUI.plotters.IVPlotDisplay.jButton1, DisplayGUI.plotters.IVPlotDisplay.jLabel1, and DisplayGUI.plotters.IVPlotDisplay.snList. Referenced by DisplayGUI.plotters.IVPlotDisplay.IVPlotDisplay(). Here is the call graph for this function: ![]() |