org.jfree.report.modules.gui.swing.html
Class HtmlFileExportDialog
- ExportDialog
A dialog that is used to perform the printing of a report into an HTML file.
HtmlFileExportDialog()- Creates a non-modal dialog without a title and without a specified
Frame owner.
|
HtmlFileExportDialog(Dialog owner)- Creates a non-modal dialog without a title with the specified
Dialog as its owner.
|
HtmlFileExportDialog(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 |
HtmlFileExportDialog
public HtmlFileExportDialog()
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.
HtmlFileExportDialog
public HtmlFileExportDialog(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
HtmlFileExportDialog
public HtmlFileExportDialog(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.