Inheritance diagram for DisplayGUI.SCTDBDataInterface:
Public Member Functions | |
SCTDBDataInterface (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 () |
int | getTestIndex () |
int | getListFilterIndex () |
int | getRunNo () |
int | getScanNo () |
void | downloadTests (int index) |
void | setLocation (String location) |
String | getLocation () |
Public Attributes | |
gui | guiControl |
Hashtable | serverHash |
String | theObjectName |
Vector | ISTests |
int | testIndex |
int | listFilterIndex |
TestData | testData |
String | testLocation |
Pattern | objectPattern |
String | controlPattern |
String | resultObjectHeader |
String | SCTDBServer = "SCTDBData" |
Protected Member Functions | |
void | subscribe (int testDataType) |
void | unsubscribe () |