Inheritance diagram for DisplayGUI.TestDataInterface:
Public Member Functions | |
TestDataInterface (gui parent) | |
void | infoCreated (InfoEvent e) |
Adds the new object - we must run this in the EventDispatch thread to avoid possible thread conflicts. | |
void | infoDeleted (InfoEvent e) |
Object removed from IS -must run this in the EventDispatch thread to avoid possible conflicts. | |
void | infoUpdated (InfoEvent e) |
Does nothing - object is still there. | |
Vector | getTestTableList () |
void | setTestFilter (int selectedRow) |
String | getResultObjectHeader () |
String | getTestObjectHeader () |
String | getSCTDBObjectHeader () |
int | getTestIndex () |
int | getListFilterIndex () |
int | getRunNo () |
int | getScanNo () |
Public Attributes | |
gui | guiControl |
Hashtable | serverHash |
String | theObjectName |
Vector | ISTests |
int | testIndex |
int | listFilterIndex |
TestData | testData |
Pattern | objectPattern |
String | resultObjectPattern |
String | serversPattern |
String | controlPattern |
String | testsPattern |
String | resultObjectHeader |
String | sctdbObjectHeader |
String | testObjectHeader |
Protected Member Functions | |
void | subscribe (int testDataType) |
void | unsubscribe () |