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
ConstructorDescriptionQAOperationsDisplays
(QAControl qaControl, QAOperationsStatus qaOperationsStatus) -
Method Summary
Modifier and TypeMethodDescriptiongetOpsStatusLookup
(boolean showEditButton) void
lookupChange
(LookupItem selectedItem) Change has occurred.void
Something changed inQA module ...
-
Constructor Details
-
QAOperationsDisplays
-
-
Method Details
-
getOpsStatusLookup
-
getOpsStatusLookup
-
getOpsOptions
-
qaNotify
Description copied from interface:QANotifyable
Something changed inQA module ...- Specified by:
qaNotify
in interfaceQANotifyable
-
lookupChange
Description copied from interface:LookupChangeListener
Change has occurred.- Specified by:
lookupChange
in interfaceLookupChangeListener
- Parameters:
selectedItem
- Currently selected item.
-