Package com.jrefinery.report.preview

Support for on-screen preview of reports.

See:
          Description

Interface Summary
ExportPlugin An export plug-in is a class that can work with the ExportAction class to implement an export function for reports.
PreviewProxy A proxy for the report preview component.
 

Class Summary
AbstractExportPlugin  
CSVExportDialog A dialog for exporting a report to CSV format.
CSVExportPlugin  
EncodingComboBoxModel A model for the 'encoding' combo box.
ExcelExportDialog A dialog that is used to perform the printing of a report into an Excel file.
ExcelExportPlugin  
ExportAction An export action that works with any class that implements the ExportPlugin interface.
ExportPluginFactory An export plug-in factory.
HtmlExportDialog A dialog that is used to perform the printing of a report into an HTML file.
HtmlExportPlugin  
PageSetupPlugin  
PDFExportPlugin  
PDFSaveDialog A dialog that is used to perform the printing of a report into a PDF file.
PlainTextExportDialog A dialog that is used to export reports to plain text.
PlainTextExportPlugin  
PreviewApplet  
PreviewDialog A standard print preview dialog for any JFreeReport.
PreviewFrame A standard print preview frame for any JFreeReport.
PreviewInternalFrame An internal frame that is used to preview reports.
PreviewProxyBase A preview proxy.
PrintingPlugin  
ReportPane A panel used to display one page of a report.
 

Package com.jrefinery.report.preview Description

Support for on-screen preview of reports.

This package also includes the dialogs used to initiate the export of reports to other formats (CSV, HTML, PDF and so on).