Uses of Class
org.eclipse.actf.validation.reports.ValidationReport

Packages that use ValidationReport
org.eclipse.actf.validation.events   
org.eclipse.actf.validation.reports   
 

Uses of ValidationReport in org.eclipse.actf.validation.events
 

Fields in org.eclipse.actf.validation.events declared as ValidationReport
 ValidationReport[] ReportGroupModifyEvent.reports
           
 ValidationReport ReportModifyEvent.source
           
 

Constructors in org.eclipse.actf.validation.events with parameters of type ValidationReport
ReportGroupModifyEvent(Object source, ValidationReport[] reports, int op)
          create a new event object.
 

Uses of ValidationReport in org.eclipse.actf.validation.reports
 

Methods in org.eclipse.actf.validation.reports that return ValidationReport
 ValidationReport ValidationReportGroup.getReport(String id)
          retreave a validation report by its id
 ValidationReport[] ValidationReportGroup.getReports()
          get all reports in this group
 

Methods in org.eclipse.actf.validation.reports with parameters of type ValidationReport
 void ValidationReportGroup.addReport(ValidationReport report)
          add a report to this group
 void ValidationReportGroup.addReports(ValidationReport[] reports)
          add the specified reports to this group
 void ValidationReportGroup.removeReport(ValidationReport report)
          remove a report from this group
 void ValidationReportGroup.removeReports(ValidationReport[] reports)
          remove the specified reports from this group
 

Constructors in org.eclipse.actf.validation.reports with parameters of type ValidationReport
ValidationReportGroup(ValidationReport[] reports)