org.jfree.report.modules.gui.swing.common

Interface ExportActionPlugin

public interface ExportActionPlugin extends ActionPlugin

An export plug-in is a class that can work with the ExportAction class to implement an export function for reports.

Author: Thomas Morgner.

Method Summary
booleanperformExport(ReportJob job)
Exports a report.

Method Detail

performExport

public boolean performExport(ReportJob job)
Exports a report.

Parameters: report the report.

Returns: A boolean.