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

Interface ExportDialog

public interface ExportDialog

Although this is no real dialog, this interface is meant to be implemented by dialogs (or anything else that behaves modal).

Author: Thomas Morgner

Method Summary
booleanperformQueryForExport(ReportJob reportJob, GuiContext guiContext)

Method Detail

performQueryForExport

public boolean performQueryForExport(ReportJob reportJob, GuiContext guiContext)