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

Class AbstractExportActionPlugin

public abstract class AbstractExportActionPlugin extends AbstractActionPlugin implements ExportActionPlugin

Creation-Date: 02.12.2006, 14:21:07

Author: Thomas Morgner

Constructor Summary
AbstractExportActionPlugin()
Method Summary
protected ExportDialogcreateExportDialog(String className)
Creates a progress dialog, and tries to assign a parent based on the given preview proxy.
booleanperformShowExportDialog(ReportJob job, String configKey)
Exports a report.

Constructor Detail

AbstractExportActionPlugin

public AbstractExportActionPlugin()

Method Detail

createExportDialog

protected ExportDialog createExportDialog(String className)
Creates a progress dialog, and tries to assign a parent based on the given preview proxy.

Returns: the progress dialog.

performShowExportDialog

public boolean performShowExportDialog(ReportJob job, String configKey)
Exports a report.

Returns: A boolean.