Klasse AppWindow

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

public class AppWindow extends Object
Main class of OpenXRechnungToolbox. Builds the main GUI window.
Version:
3.0.0
Autor:
Dr. Jan C. Thiele
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    (Package privat) org.eclipse.swt.widgets.Display
     
    (Package privat) final org.apache.logging.log4j.Logger
     
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Constructor for main GUI window.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    org.eclipse.swt.widgets.Menu
    createMenuBar(org.eclipse.swt.widgets.Shell shell)
    Method to build the menu bar.
    static void
    main(String[] args)
    Entry point.

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • display

      org.eclipse.swt.widgets.Display display
    • resourceBundle

      public static ResourceBundle resourceBundle
    • logger

      final org.apache.logging.log4j.Logger logger
  • Konstruktordetails

    • AppWindow

      public AppWindow() throws IOException
      Constructor for main GUI window.
      Löst aus:
      IOException - error when properties and/or language file is not found
  • Methodendetails

    • createMenuBar

      public org.eclipse.swt.widgets.Menu createMenuBar(org.eclipse.swt.widgets.Shell shell)
      Method to build the menu bar.
      Parameter:
      shell - Shell widget
      Gibt zurück:
      menu bar
    • main

      public static void main(String[] args) throws Exception
      Entry point.
      Parameter:
      args - command line arguments, first argument used for config file path
      Löst aus:
      Exception