Klasse HTMLWindow

java.lang.Object
org.oxt.toolbox.gui.HTMLWindow

public class HTMLWindow extends Object
Class to create HTML browser window to display XRechnung HTML visualization as well as XRechnung validation tool HTML report.
Autor:
Dr. Jan C. Thiele
  • Felddetails

    • logger

      org.apache.logging.log4j.Logger logger
    • shell

      org.eclipse.swt.widgets.Shell shell
    • currentInvoice

      String currentInvoice
    • currentInvoicePath

      String currentInvoicePath
    • viz

    • val

  • Konstruktordetails

    • HTMLWindow

      public HTMLWindow()
  • Methodendetails

    • createMenuBar

      public org.eclipse.swt.widgets.Menu createMenuBar()
      Method to create menu bar.
      Gibt zurück:
      menu
    • launch

      public void launch(org.eclipse.swt.widgets.Display display, VisualizerImpl viz, ValidatorImpl val, String currentInvoice, String currentInvoicePath, String html)
      Method to create and fill browser window.
      Parameter:
      display - Display widget
      viz - instance of VisualizerImpl
      val - instance of ValidatorImpl
      currentInvoice - name of used invoice
      currentInvoicePath - path of used invoice
      html - html string to be displayed (visualization or validation report)