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

Packages that use IACTFReport
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.engines.blind.eval This package contains classes for blind usability evaluation. 
org.eclipse.actf.visualization.eval This package includes interfaces and base implementations for accessibility evaluation. 
 

Uses of IACTFReport in org.eclipse.actf.mediator
 

Methods in org.eclipse.actf.mediator that return IACTFReport
 IACTFReport MediatorEvent.getReport()
          Returns the ACTFReport that is related to this event.
 IACTFReport Mediator.getReport(IACTFReportGenerator generator)
          Gets current report submitted from the report generator.
 

Methods in org.eclipse.actf.mediator with parameters of type IACTFReport
 void Mediator.setReport(IACTFReportGenerator generator, IACTFReport report)
          Sets the report to Mediator.
 

Uses of IACTFReport in org.eclipse.actf.visualization.engines.blind.eval
 

Classes in org.eclipse.actf.visualization.engines.blind.eval that implement IACTFReport
 class EvaluationResultBlind
          Implementation class of IEvaluationResult
 

Uses of IACTFReport in org.eclipse.actf.visualization.eval
 

Subinterfaces of IACTFReport in org.eclipse.actf.visualization.eval
 interface IEvaluationResult
          Interface for evaluation result information
 

Classes in org.eclipse.actf.visualization.eval that implement IACTFReport
 class EvaluationResultImpl
          Default implementation of IEvaluationResult