Klasse HTMLWindow
java.lang.Object
org.oxt.toolbox.gui.HTMLWindow
Class to create HTML browser window to display
XRechnung HTML visualization as well as
XRechnung validation tool HTML report.
- Autor:
- Dr. Jan C. Thiele
-
Feldübersicht
Modifizierer und TypFeldBeschreibung(Package privat) String
(Package privat) String
(Package privat) org.apache.logging.log4j.Logger
(Package privat) org.eclipse.swt.widgets.Shell
(Package privat) ValidatorImpl
(Package privat) VisualizerImpl
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.eclipse.swt.widgets.Menu
Method to create menu bar.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.
-
Felddetails
-
logger
org.apache.logging.log4j.Logger logger -
shell
org.eclipse.swt.widgets.Shell shell -
currentInvoice
String currentInvoice -
currentInvoicePath
String currentInvoicePath -
viz
VisualizerImpl viz -
val
ValidatorImpl 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 widgetviz
- instance of VisualizerImplval
- instance of ValidatorImplcurrentInvoice
- name of used invoicecurrentInvoicePath
- path of used invoicehtml
- html string to be displayed (visualization or validation report)
-