Uses of Class
ix.icore.Report

Packages that use Report
ix.icore I-X core classes. 
ix.iface.util Interface utilities. 
ix.ip2 I-X Process Panels 
ix.itest I-TEST. 
 

Uses of Report in ix.icore
 

Methods in ix.icore with parameters of type Report
 void IXAgent.handleNewReport(Report report)
          Handles new reports from external sources.
 

Uses of Report in ix.iface.util
 

Methods in ix.iface.util with parameters of type Report
static java.lang.String Reporting.reportDescription(Report report)
           
 

Uses of Report in ix.ip2
 

Methods in ix.ip2 with parameters of type Report
 boolean Agenda.acceptReport(Report report)
           
 boolean IssueAgenda.acceptReport(Report report)
           
(package private)  boolean AgendaItem.wantsReport(Report report)
           
(package private)  void AgendaItem.addReport(Report report)
           
(package private)  void AgendaItem.setStatusBasedOn(Report report)
           
(package private)  void AgendaItem.fireNewReport(Report report)
           
(package private)  boolean IssueAgenda.OtherReportsIssue.wantsReport(Report report)
           
(package private)  void IssueAgenda.OtherReportsIssue.setStatusBasedOn(Report report)
           
 void ItemEditor.EditPanel.newReport(ix.ip2.event.AgendaItemEvent e, Report report)
           
 void AgendaViewTable.Row.newReport(ix.ip2.event.AgendaItemEvent e, Report report)
           
 void Ip2.handleNewReport(Report report)
          Handles new reports from external sources.
 void PanelController.newReport(Report report)
           
 void AgendaItemTableModel.TreeAgendaItem.newReport(ix.ip2.event.AgendaItemEvent e, Report report)
           
 

Uses of Report in ix.itest
 

Methods in ix.itest that return Report
protected  Report SendPanel.reportFromControls()
          Construct a report from the current state of the GUI.