Class GUIHelper

java.lang.Object
de.foellix.aql.helper.GUIHelper

public class GUIHelper extends Object
  • Constructor Details

    • GUIHelper

      public GUIHelper()
  • Method Details

    • addFinder

      public static void addFinder(org.fxmisc.richtext.CodeArea ta, SearchAndReplaceBox searchAndReplaceBox)
    • copyToClipboard

      public static void copyToClipboard(String string)
    • notifyUser

      public static void notifyUser(String toastMsg)
      Shows a short notification to the user.
    • notifyUser

      public static void notifyUser(String msg, int delay, int fadeInDelay, int fadeOutDelay)
      Shows a short notification to the user.
      Parameters:
      delay - in milliseconds
      fadeInDelay - in milliseconds
      fadeOutDelay - in milliseconds
    • makeResizableInHeight

      public static void makeResizableInHeight(javafx.scene.layout.Region region, int initialHeight)