org.jfree.report.modules.gui.swing.html

Class HtmlFileExportDialog

public class HtmlFileExportDialog extends AbstractExportDialog

A dialog that is used to perform the printing of a report into an HTML file.
Constructor Summary
HtmlFileExportDialog()
Creates a non-modal dialog without a title and without a specified Frame owner.
HtmlFileExportDialog(Frame owner)
Creates a non-modal dialog without a title with the specified Frame as its owner.
HtmlFileExportDialog(Dialog owner)
Creates a non-modal dialog without a title with the specified Dialog as its owner.
Method Summary
voidclear()
protected StringgetConfigurationPrefix()
protected StringgetConfigurationSuffix()
StringgetExportMethod()
StringgetFilename()
protected StringgetResourceBaseName()
JStatusBargetStatusBar()
protected ConfigurationgrabDialogContents(boolean full)
protected voidinitializeFromJob(ReportJob job, GuiContext guiContext)
protected booleanperformConfirm()
protected voidperformSelectFile()
Selects a file to use as target for the report processing.
protected booleanperformValidate()
protected voidsetDialogContents(Configuration properties)
voidsetExportMethod(String method)
voidsetFilename(String filename)

Constructor Detail

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(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.

Parameters: owner the Frame from which the dialog is displayed

HtmlFileExportDialog

public HtmlFileExportDialog(Dialog owner)
Creates a non-modal dialog without a title with the specified Dialog as its owner.

Parameters: owner the non-null Dialog from which the dialog is displayed

Method Detail

clear

public void clear()

getConfigurationPrefix

protected String getConfigurationPrefix()

getConfigurationSuffix

protected String getConfigurationSuffix()

getExportMethod

public String getExportMethod()

getFilename

public String getFilename()

getResourceBaseName

protected String getResourceBaseName()

getStatusBar

public JStatusBar getStatusBar()

grabDialogContents

protected Configuration grabDialogContents(boolean full)

initializeFromJob

protected void initializeFromJob(ReportJob job, GuiContext guiContext)

performConfirm

protected boolean performConfirm()

performSelectFile

protected void performSelectFile()
Selects a file to use as target for the report processing.

performValidate

protected boolean performValidate()

setDialogContents

protected void setDialogContents(Configuration properties)

setExportMethod

public void setExportMethod(String method)

setFilename

public void setFilename(String filename)