Package qa.swing
Class QAOpsTable
- All Implemented Interfaces:
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
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnData
(QAOpsDataUnit dataUnit, int column) Data for a particular column extracted from the data unit.String[]
void
popupMenuAction
(MouseEvent e, QAOpsDataUnit dataUnit, String selColumn) void
Something changed inQA module ...Methods inherited from class PamView.component.DataBlockTableView
fireTableDataChanged, fireTableStructureChanged, getColumnClass, getColumnName, getComponent, getDataIndexForRow, getMultipleSelectedRows, getRowCount, getTable, getToolTipText, setAllowMultipleRowSelection, showViewerScrollControls
-
Constructor Details
-
QAOpsTable
-
-
Method Details
-
getColumnNames
- Specified by:
getColumnNames
in classDataBlockTableView<QAOpsDataUnit>
- Returns:
- a list of column names.
-
getColumnData
Description copied from class:DataBlockTableView
Data for a particular column extracted from the data unit.- Specified by:
getColumnData
in classDataBlockTableView<QAOpsDataUnit>
- Returns:
-
popupMenuAction
- Overrides:
popupMenuAction
in classDataBlockTableView<QAOpsDataUnit>
-
qaNotify
Description copied from interface:QANotifyable
Something changed inQA module ...- Specified by:
qaNotify
in interfaceQANotifyable
-