org.jfree.report.modules.gui.swing.html
Class HtmlZipExportDialog
- ExportDialog
A dialog that is used to perform the printing of a report into an HTML file.
HtmlZipExportDialog() - Creates a non-modal dialog without a title and without a specified
Frame owner.
|
HtmlZipExportDialog(Dialog owner) - Creates a non-modal dialog without a title with the specified
Dialog as its owner.
|
HtmlZipExportDialog(Frame owner) - Creates a non-modal dialog without a title with the specified
Frame as its owner.
|
clear , getCancelAction , getConfigurationPrefix , getConfigurationSuffix , getConfirmAction , getFormValidator , getGuiContext , getReportJob , getResourceBaseName , getResources , getStatusBar , grabDialogContents , initializeFromJob , isConfirmed , isFullInputStorageEnabled , isInputStorageEnabled , performConfirm , performQueryForExport , performValidate , resolvePath , setCancelAction , setConfirmAction , setConfirmed , setDialogContents |
HtmlZipExportDialog
public HtmlZipExportDialog()
Creates a non-modal dialog without a title and without a specified
Frame
owner. A shared, hidden frame will be set as the owner
of the dialog.
HtmlZipExportDialog
public HtmlZipExportDialog(Dialog owner)
Creates a non-modal dialog without a title with the specified
Dialog
as its owner.
owner
- the non-null Dialog
from which the dialog is
displayed
HtmlZipExportDialog
public HtmlZipExportDialog(Frame owner)
Creates a non-modal dialog without a title with the specified
Frame
as its owner. If owner
is
null
, a shared, hidden frame will be set as the owner of the
dialog.
owner
- the Frame
from which the dialog is displayed
performSelectFile
protected void performSelectFile()
Selects a file to use as target for the report processing.