|
Public Member Functions |
|
| ISInterface (gui parent) |
|
javax.swing.tree.DefaultMutableTreeNode | getISTree () |
|
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 | removeTests (int firstRowNo, int lastRowNo) |
|
void | removeObjects (Vector objectNames) |
|
void | setISFilter (int selectedTest) |
|
void | setServerName (int selection) |
|
int | getNumberOfISObjects (String serialNo) |
|
String[] | getISObjects (String serialNo) |
|
int | getNoScans () |
|
int | getRunNo () |
|
int | getScanNo () |
|
void | launchExternalViewer (String name) |
|
void | launchExternalRaw (String name) |
|
void | viewISData (String name) |
Public Attributes |
|
gui | guiControl |
|
Hashtable | serverHash |
|
String | theObjectName |
|
Vector | ISTests |
|
String | isFilterHeader |
|
String | isFilterRunInfo |
|
TestData | testData |
|
String | serverName |
|
int | noScans |
|
String | eventServerRegex |
|
String | fitServerRegex |
|
String | controlPattern |
|
String | testServerRegex |
|
int | serverIndex = 0 |
Protected Member Functions |
|
void | subscribe () |
|
void | unsubscribe () |