

Public Member Functions | |
| TablesDisplayPane (gui parent) | |
| java.awt.Insets | getInsets () |
| void | tableChanged (javax.swing.event.TableModelEvent e) |
| void | setTableTitles (String title1, String title2) |
| int | getRowCount (int table) |
| void | setTable1Title (String title) |
| void | refresh (int thisModuleGroup, java.util.Vector tableContents) |
| void | refresh (Vector[] tableContents, int table0RowSelect, int table1RowSelect) |
| void | refresh1 (Vector newObjectNames, Vector tableContents, String title) |
| void | refresh1 (Vector tableContents, String title) |
| String | getSelectedObject () |
| String | getSelectedObject (int tableIndex) |
| String | getSelectedSerialNo () |
| void | setSelectedSerialNo (String sn, boolean changeSelection) |
| int | getSelectedTest () |
| Vector | getTestControlObjectNames () |
| String | getTestControlObjectName () |
| void | valueChanged (ListSelectionEvent e) |
| method required by ListSelectionListener interface | |
| TestSelection | getTestSelection () |
| IVTestSelection | getIVTestSelection () |
| void | listISObjects (ModuleCell thisCell) |
| Vector | getISTableList (ModuleCell thisCell) |
| void | listTestResults () |
| void | updateTables (boolean keepSelections) |
| void | updateTables () |
| void | setTestTable (Vector ISTests) |
| void | addNewTest (String theObjectName) |
| void | removeTest (String theObjectName) |
| Vector | getTestTableList () |
| Vector | getIVScanList () |
| void | updateTest (String testObjectName) |
| void | updateTestTable (String testObjectName, int rowNumber) |
| void | checkForRetrievedObjects () |
| void | checkForRetrievedObjects (int serverIndex) |
Public Attributes | |
| javax.swing.JScrollPane | jScrollPane1 |
| javax.swing.JLabel | table1Title |
| javax.swing.JLabel | table2Title |
Package Attributes | |
| gui | guiControl |
| guiTableAdapter[] | resultTable = new guiTableAdapter[2] |
| JTable[] | table = new JTable[2] |
| Vector[] | objectNames = new Vector[2] |
| ListSelectionModel[] | rowSM = new ListSelectionModel[2] |
| String | table1 |
| String | table2 |
| boolean | selectionListenerIsActive = true |
Private Member Functions | |
| void | initComponents () |
| void | changeTables (boolean keepSelections) |
Private Attributes | |
| javax.swing.JScrollPane | jScrollPane2 |
| GuiComponents.System.ISInterface | is |
| TestSelection | testSelection |
| IVTestSelection | ivTestSelection |
Definition at line 25 of file TablesDisplayPane.java.
1.3.5