Package qa.swing
Class QAOperationsDisplays
java.lang.Object
qa.swing.QAOperationsDisplays
- All Implemented Interfaces:
 LookupChangeListener,QANotifyable
- 
Field Summary
Fields inherited from interface qa.QANotifyable
OPS_STATUS_CHANGE, PAM_START, PAM_STOP, PARAMETER_CHANGE, SEQUENCE_END, SEQUENCE_START, TEST_END, TEST_SELECT_CHANGED, TEST_START - 
Constructor Summary
ConstructorsConstructorDescriptionQAOperationsDisplays(QAControl qaControl, QAOperationsStatus qaOperationsStatus)  - 
Method Summary
Modifier and TypeMethodDescriptiongetOpsStatusLookup(boolean showEditButton) voidlookupChange(LookupItem selectedItem) Change has occurred.voidSomething changed inQA module ... 
- 
Constructor Details
- 
QAOperationsDisplays
 
 - 
 - 
Method Details
- 
getOpsStatusLookup
 - 
getOpsStatusLookup
 - 
getOpsOptions
 - 
qaNotify
Description copied from interface:QANotifyableSomething changed inQA module ...- Specified by:
 qaNotifyin interfaceQANotifyable- Parameters:
 noteCode-noteObject-
 - 
lookupChange
Description copied from interface:LookupChangeListenerChange has occurred.- Specified by:
 lookupChangein interfaceLookupChangeListener- Parameters:
 selectedItem- Currently selected item.
 
 -