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

Packages that use IACTFReportGenerator
org.eclipse.actf.mediator   
org.eclipse.actf.visualization.ui   
 

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.