Uses of Interface
org.eclipse.actf.mediator.IACTFReportGenerator

Packages that use IACTFReportGenerator
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. 
 

Uses of IACTFReportGenerator in org.eclipse.actf.mediator
 

Methods in org.eclipse.actf.mediator that return IACTFReportGenerator
 IACTFReportGenerator MediatorEvent.getView()
          Returns the ACTFReportGenerator that is related to this event.
 

Methods in org.eclipse.actf.mediator with parameters of type IACTFReportGenerator
 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.
 

Uses of IACTFReportGenerator in org.eclipse.actf.visualization.ui
 

Subinterfaces of IACTFReportGenerator in org.eclipse.actf.visualization.ui
 interface IVisualizationView
          Interface to implement visualization views.