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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voideditItem(ActionEvent e, QAOpsDataUnit dataUnit) getColumnData(QAOpsDataUnit dataUnit, int column) Data for a particular column extracted from the data unit.String[]voidpopupMenuAction(MouseEvent e, QAOpsDataUnit dataUnit, String selColumn) voidSomething changed inQA module ...Methods inherited from class PamView.component.DataBlockTableView
checkRowSelection, fireTableDataChanged, fireTableStructureChanged, getColumnClass, getColumnName, getComponent, getDataIndexForRow, getDataUnit, getMultipleSelectedRows, getRowCount, getSelectedDataUnit, getTable, getToolTipText, setAllowMultipleRowSelection, showViewerScrollControls
-
Constructor Details
-
QAOpsTable
-
-
Method Details
-
getColumnNames
- Specified by:
getColumnNamesin classDataBlockTableView<QAOpsDataUnit>- Returns:
- a list of column names.
-
getColumnData
Description copied from class:DataBlockTableViewData for a particular column extracted from the data unit.- Specified by:
getColumnDatain classDataBlockTableView<QAOpsDataUnit>- Parameters:
dataUnit-column-- Returns:
-
popupMenuAction
- Overrides:
popupMenuActionin classDataBlockTableView<QAOpsDataUnit>
-
editItem
-
qaNotify
Description copied from interface:QANotifyableSomething changed inQA module ...- Specified by:
qaNotifyin interfaceQANotifyable- Parameters:
noteCode-noteObject-
-