Class AbstractExportActionPlugin

java.lang.Object
org.jfree.report.modules.gui.swing.common.AbstractActionPlugin
org.jfree.report.modules.gui.swing.common.AbstractExportActionPlugin
All Implemented Interfaces:
ActionPlugin, ExportActionPlugin
Direct Known Subclasses:
HtmlFileExportActionPlugin, HtmlZipExportActionPlugin, PdfExportActionPlugin

public abstract class AbstractExportActionPlugin extends AbstractActionPlugin implements ExportActionPlugin
Creation-Date: 02.12.2006, 14:21:07
Author:
Thomas Morgner
  • Constructor Details

    • AbstractExportActionPlugin

      public AbstractExportActionPlugin()
  • Method Details

    • createExportDialog

      protected ExportDialog createExportDialog(String className) throws InstantiationException
      Creates a progress dialog, and tries to assign a parent based on the given preview proxy.
      Returns:
      the progress dialog.
      Throws:
      InstantiationException
    • performShowExportDialog

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