Package de.foellix.aql.helper
Class GUIHelper
java.lang.Object
de.foellix.aql.helper.GUIHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddFinder(org.fxmisc.richtext.CodeArea ta, SearchAndReplaceBox searchAndReplaceBox) static voidcopyToClipboard(String string) static voidmakeResizableInHeight(javafx.scene.layout.Region region, int initialHeight) static voidnotifyUser(String toastMsg) Shows a short notification to the user.static voidnotifyUser(String msg, int delay, int fadeInDelay, int fadeOutDelay) Shows a short notification to the user.
-
Constructor Details
-
GUIHelper
public GUIHelper()
-
-
Method Details
-
addFinder
public static void addFinder(org.fxmisc.richtext.CodeArea ta, SearchAndReplaceBox searchAndReplaceBox) -
copyToClipboard
-
notifyUser
Shows a short notification to the user. -
notifyUser
Shows a short notification to the user.- Parameters:
delay- in millisecondsfadeInDelay- in millisecondsfadeOutDelay- in milliseconds
-
makeResizableInHeight
public static void makeResizableInHeight(javafx.scene.layout.Region region, int initialHeight)
-