Package | Description |
---|---|
org.eclipse.actf.mediator |
This package contains Mediator that manages components and dataflows in the ACTF by
collaborating with the Eclipse framework.
|
org.eclipse.actf.visualization.ui |
This package includes interfaces and base implementations for ACTF Visualization views.
|
Modifier and Type | Method and Description |
---|---|
IACTFReportGenerator |
MediatorEvent.getView()
Returns the ACTFReportGenerator that is related to this event.
|
Modifier and Type | Method and Description |
---|---|
IACTFReport |
Mediator.getReport(IACTFReportGenerator generator)
Gets current report submitted from the report generator.
|
void |
Mediator.setReport(IACTFReportGenerator generator,
IACTFReport report)
Sets the report to Mediator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IVisualizationView
Interface to implement visualization views.
|