Uses of Interface
sos.reports.Report

Uses of Report in sos.reports
 

Classes in sos.reports that implement Report
 class AbstractReport
          A partial implementation of the Report interface.
 

Methods in sos.reports that return Report
 Report TableReportTemplate.createReport(java.lang.Object content, Theme theme)
           
 Report ReportTemplate.createReport(java.lang.Object content)
          Creates a report with the specified content and with the default theme.
 Report ReportTemplate.createReport(java.lang.Object content, Theme theme)
          Creates a report with the specified content and theme.
 Report ReportEvent.getReport()
          Returns the report to which this event applies.
protected  Report JReportPane.createDefaultReport()
          Creates and returns a report to render if the client does not specify one.
 Report JReportPane.getReport()
          Returns the report being rendered by this report pane.
 Report Element.getReport()
          Returns the report to which this element belongs.
 Report DefaultReportEvent.getReport()
           
 Report AbstractReportTemplate.createReport(java.lang.Object content)
           
 Report AbstractReport.AbstractElement.getReport()
           
 

Methods in sos.reports with parameters of type Report
 Element TraversalPolicy.getFirstElement(Report report)
          Returns the starting point of a report traversal.
 Element TraversalPolicy.getLastElement(Report report)
          Returns the ending point of a report traversal.
 void JReportPane.setReport(Report report)
          Establishes the report that this report pane should render and edit.
 

Constructors in sos.reports with parameters of type Report
JReportPane(Report report)
          Creates a JReportPane with the specified report and a default editor kit.
JReportPane(Report report, ReportEditorKit editorKit)
          Creates a JReportPane with the specified report and editor kit.
DefaultReportEvent(Report report, java.util.Map changes)
          Creates an instance of DefaultReportEvent where the specified report is the source and the specified map holds the elements' changes.
DefaultReportEvent(Report report, Element sourceElement, ReportEvent.ElementChange change)
          Creates an instance of DefaultReportEvent where the specified report is the source and there is a single change to the specified element.
DefaultReportEvent(Report report, java.util.Set sourceElements, ReportEvent.ElementChange change)
          Creates an instance of DefaultReportEvent where the specified report is the source and there is a single change--the same to all elements in the specified set.
 



Copyright 2003, 2004 Side of Software (SOS). All rights reserved.