Public Member Functions | |
TablesDisplayPane (gui parent) | |
java.awt.Insets | getInsets () |
void | refresh (Vector[] tableContents, int table0RowSelect, int table1RowSelect) |
String | getSelectedObject () |
TestSelection | getTestSelection () |
IVTestSelection | getIVTestSelection () |
String | getTestControlObjectName () |
Vector | getTestControlObjectNames () |
int | getSelectedTest () |
void | listISObjects (ModuleCell thisCell) |
void | listTestResults () |
void | updateTables (boolean keepSelections) |
void | updateTables () |
void | setTestTable (Vector ISTests) |
void | addNewTest (String theObjectName) |
void | removeTest (String theObjectName) |
void | checkForRetrievedObjects () |
void | checkForRetrievedObjects (int serverIndex) |
Public Attributes | |
javax.swing.JScrollPane | jScrollPane1 |
ResultsTable | resultsTable |
IndexTable | indexTable |
Static Public Attributes | |
static int | INDEX_TABLE = 0 |
static int | RESULTS_TABLE = 1 |
Package Attributes | |
gui | guiControl |
Private Member Functions | |
void | initComponents () |
void | changeTables (boolean keepSelections) |
Private Attributes | |
javax.swing.JScrollPane | jScrollPane2 |
GuiComponents.System.ISInterface | is |
Definition at line 15 of file TablesDisplayPane.java.