Class GUIUtil


  • public final class GUIUtil
    extends java.lang.Object
    Enthält Methoden zur GUI-Verwaltung
    Author:
    Frank Münster
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void bringToFront​(org.eclipse.swt.widgets.Shell shell)
      Bringt die ganze Jameica-Anwendung (shell) in den Vordergrund
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • bringToFront

        public static void bringToFront​(org.eclipse.swt.widgets.Shell shell)
        Bringt die ganze Jameica-Anwendung (shell) in den Vordergrund
        Parameters:
        shell - - Shell die in den Vordergrund gebracht werden soll