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 | Interface and Description |
---|---|
interface |
IACTFReportGenerator
The interface for report generators in ACTF.
|
interface |
IACTFReportViewer
The interface for report viewers in ACTF.
|
Modifier and Type | Method and Description |
---|---|
void |
Mediator.addMediatorEventListener(IMediatorEventListener listener)
Registers the
IMediatorEventListener to the Mediator. |
boolean |
Mediator.removeMediatorEventListener(IMediatorEventListener listener)
Removes the
IMediatorEventListener from the Mediator. |
Modifier and Type | Interface and Description |
---|---|
interface |
IVisualizationView
Interface to implement visualization views.
|