Package effortmonitor.swing
Class EffortTableView
- 
Constructor Summary
ConstructorsConstructorDescriptionEffortTableView(EffortControl effortControl, PamDataBlock<EffortDataUnit> pamDataBlock)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeleteMultipleRows(PamDataUnit[] multiRows) protected voiddeleteRow(EffortDataUnit dataUnit, boolean askFirst) getColumnData(EffortDataUnit effortData, int column) Data for a particular column extracted from the data unit.String[]protected voidgoTo(AbstractPamScroller scroller, long timeInMilliseconds) Go to a time (usually the end of an existing scroll period)voidpopupMenuAction(MouseEvent e, EffortDataUnit dataUnit, String colName) Methods inherited from class PamView.component.DataBlockTableView
checkRowSelection, fireTableDataChanged, fireTableStructureChanged, getColumnClass, getColumnName, getComponent, getDataIndexForRow, getDataUnit, getMultipleSelectedRows, getRowCount, getSelectedDataUnit, getTable, getToolTipText, setAllowMultipleRowSelection, showViewerScrollControls 
- 
Constructor Details
- 
EffortTableView
 
 - 
 - 
Method Details
- 
getColumnNames
- Specified by:
 getColumnNamesin classDataBlockTableView<EffortDataUnit>- 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<EffortDataUnit>- Parameters:
 effortData-column-- Returns:
 
 - 
popupMenuAction
- Overrides:
 popupMenuActionin classDataBlockTableView<EffortDataUnit>
 - 
deleteRow
 - 
deleteMultipleRows
 - 
goTo
Go to a time (usually the end of an existing scroll period)- Parameters:
 scroller-endTimeInMilliseconds-
 
 -