org.jfree.report.modules.gui.swing.html
public class HtmlZipExportDialog extends AbstractExportDialog
Constructor Summary | |
---|---|
HtmlZipExportDialog()
Creates a non-modal dialog without a title and without a specified
Frame owner. | |
HtmlZipExportDialog(Frame owner)
Creates a non-modal dialog without a title with the specified
Frame as its owner. | |
HtmlZipExportDialog(Dialog owner)
Creates a non-modal dialog without a title with the specified
Dialog as its owner.
|
Method Summary | |
---|---|
void | clear() |
protected String | getConfigurationPrefix() |
protected String | getConfigurationSuffix() |
String | getExportMethod() |
String | getFilename() |
protected String | getResourceBaseName() |
JStatusBar | getStatusBar() |
protected Configuration | grabDialogContents(boolean full) |
protected void | initializeFromJob(ReportJob job, GuiContext guiContext) |
protected boolean | performConfirm() |
protected void | performSelectFile()
Selects a file to use as target for the report processing. |
protected boolean | performValidate() |
protected void | setDialogContents(Configuration properties) |
void | setExportMethod(String method) |
void | setFilename(String filename) |
Frame
owner. A shared, hidden frame will be set as the owner
of the dialog.Frame
as its owner. If owner
is
null
, a shared, hidden frame will be set as the owner of the
dialog.
Parameters: owner the Frame
from which the dialog is displayed
Dialog
as its owner.
Parameters: owner the non-null Dialog
from which the dialog is
displayed