T
- public abstract class ViewStatistics<T extends AnalysisContextVisualization> extends java.lang.Object implements IView
Modifier and Type | Field and Description |
---|---|
static int |
MINIMAL_WORKING_TIME
Our users are patient.
|
Constructor and Description |
---|
ViewStatistics(org.eclipse.swt.widgets.Composite parent,
Controller controller,
ModelEvent.ModelPart target,
ModelEvent.ModelPart reset,
boolean dependsOnAttribute)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the view.
|
abstract LayoutUtility.ViewUtilityType |
getType()
Returns the type
|
void |
reset()
Resets the view.
|
void |
triggerStop()
Stops all computations
|
void |
triggerUpdate()
Triggers an update
|
void |
update(ModelEvent event)
Updates the view.
|
public static final int MINIMAL_WORKING_TIME
public ViewStatistics(org.eclipse.swt.widgets.Composite parent, Controller controller, ModelEvent.ModelPart target, ModelEvent.ModelPart reset, boolean dependsOnAttribute)
parent
- controller
- target
- reset
- dependsOnAttribute
- public void dispose()
IView
public abstract LayoutUtility.ViewUtilityType getType()
public void reset()
IView
public void triggerStop()
public void triggerUpdate()
public void update(ModelEvent event)
IView