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.ip2.event Interfaces and classes for events fired within process panels. 
ix.iplan The I-X planner. 
ix.iquery I-Q, an I-X Query agent. 
ix.itest I-Test. 
ix.test Simple applications for testing purposes. 
 

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 ActivityAgenda.acceptReport(Report report)
           
 void AgendaItem.addReport(Report report)
           
 void ActivityAgenda.OtherReportsActivity.addReport(Report report)
           
 void AgendaItem.fireNewReport(Report report)
           
 void Ip2.handleNewReport(Report report)
          Handles new reports from external sources.
 void AgendaItemTableModel.TreeAgendaItem.newReport(AgendaItemEvent e, Report report)
           
 void QueryHandler.AnswerListener.newReport(AgendaItemEvent event, Report report)
           
 void AgendaViewTable.Row.newReport(AgendaItemEvent e, Report report)
           
 void ItemEditor.EditPanel.newReport(AgendaItemEvent e, Report report)
           
 void PanelController.newReport(Report report)
           
protected  void AgendaItem.setStatusBasedOn(Report report)
           
protected  void ActivityAgenda.OtherReportsActivity.setStatusBasedOn(Report report)
           
 boolean AgendaItem.wantsReport(Report report)
           
 boolean Agenda.wantsReport(Report report)
           
 boolean ActivityAgenda.OtherReportsActivity.wantsReport(Report report)
           
 boolean PanelController.wantsReport(Report report)
           
 

Uses of Report in ix.ip2.event
 

Methods in ix.ip2.event with parameters of type Report
 void AgendaItemAdapter.newReport(AgendaItemEvent e, Report report)
           
 void AgendaItemListener.newReport(AgendaItemEvent e, Report report)
           
 

Uses of Report in ix.iplan
 

Constructors in ix.iplan with parameters of type Report
IPlanOptionManager.ReportMessage(Report report)
           
 

Uses of Report in ix.iquery
 

Methods in ix.iquery that return Report
protected  Report LookupHandler.makeReport(Activity about, ReportType type, java.lang.String text)
          Constructs a report about the specified activity.
protected  Report LookupHandler.makeReport(ReportType type, java.lang.String text)
          Constructs a report about this handler's LookupHandler.lookupActivity.
 

Uses of Report in ix.itest
 

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

Uses of Report in ix.test
 

Methods in ix.test with parameters of type Report
 boolean FilterStrategy.shouldSendReport(Report report)