Class ReportEditor

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

public class ReportEditor
extends JDialog
Dialog for editing reports.
Author:
Marc Vaudel, Harald Barsnes
See Also:
Serialized Form
  • Constructor Details

    • ReportEditor

      public ReportEditor​(Frame parent, ExportFactory exportFactory, String exportSchemeName, boolean editable)
      Constructor.
      Parameters:
      parent - the parent frame
      exportFactory - the export factory containing the implemented exports for the running software
      exportSchemeName - the name of the export scheme to edit
      editable - if the report is editable
    • ReportEditor

      public ReportEditor​(Frame parent, ExportFactory exportFactory)
      Constructor.
      Parameters:
      parent - the parent frame
      exportFactory - the export factory containing the implemented exports for the running software