Public Member Functions | |
IVScanLister (int sctView) | |
Creates new form test. | |
void | valueChanged (ListSelectionEvent e) |
method required by ListSelectionListener interface | |
Package Attributes | |
DataList | dataList |
Map | testMap |
ListSelectionModel | rowSM |
int | sctView |
IVTestInterface | ivTestInterface |
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 | publishControlObject (IVInfo ivInfo) |
void | refreshScanList () |
Private Attributes | |
javax.swing.JButton | jButton1 |
javax.swing.JTable | jTable |
javax.swing.JButton | jButton2 |
javax.swing.JButton | jButton3 |
javax.swing.JLabel | jLabel2 |
javax.swing.JScrollPane | jScrollPane1 |
Definition at line 22 of file IVScanLister.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 52 of file IVScanLister.java. References DisplayGUI.IVScanLister.exitForm(), and DisplayGUI.IVTestInterface.getIVInfo(). Referenced by DisplayGUI.IVScanLister.IVScanLister(). |
Here is the call graph for this function: