Class HtmlFileExportDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, ExportDialog

public class HtmlFileExportDialog extends AbstractExportDialog
A dialog that is used to perform the printing of a report into an HTML file.
See Also:
  • Constructor Details

    • 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 Details