public class ViewStatisticsSummaryTable extends ViewStatistics<AnalysisContextDistribution>
MINIMAL_WORKING_TIME
Constructor and Description |
---|
ViewStatisticsSummaryTable(org.eclipse.swt.widgets.Composite parent,
Controller controller,
ModelEvent.ModelPart target,
ModelEvent.ModelPart reset)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
createControl(org.eclipse.swt.widgets.Composite parent)
Implement this to create the widget.
|
protected AnalysisContextDistribution |
createViewConfig(AnalysisContext context) |
protected void |
doReset()
Implement this to reset.
|
protected void |
doUpdate(AnalysisContextDistribution context)
Implement this to update.
|
LayoutUtility.ViewUtilityType |
getType()
Returns the type
|
protected boolean |
isRunning()
Is an analysis running
|
dispose, getController, getModel, getParent, getProgressProvider, getTarget, isEnabled, reset, setStatusDone, setStatusEmpty, setStatusWorking, triggerUpdate, update
public ViewStatisticsSummaryTable(org.eclipse.swt.widgets.Composite parent, Controller controller, ModelEvent.ModelPart target, ModelEvent.ModelPart reset)
parent
- controller
- target
- reset
- public LayoutUtility.ViewUtilityType getType()
ViewStatistics
getType
in class ViewStatistics<AnalysisContextDistribution>
protected org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent)
ViewStatistics
createControl
in class ViewStatistics<AnalysisContextDistribution>
protected AnalysisContextDistribution createViewConfig(AnalysisContext context)
createViewConfig
in class ViewStatistics<AnalysisContextDistribution>
protected void doReset()
ViewStatistics
doReset
in class ViewStatistics<AnalysisContextDistribution>
protected void doUpdate(AnalysisContextDistribution context)
ViewStatistics
doUpdate
in class ViewStatistics<AnalysisContextDistribution>
protected boolean isRunning()
isRunning
in class ViewStatistics<AnalysisContextDistribution>