Package net.thevpc.echo.jfx
Class FxApplicationUtils
java.lang.Object
net.thevpc.echo.jfx.FxApplicationUtils
public class FxApplicationUtils
extends java.lang.Object
- Author:
- vpc
-
Constructor Summary
Constructors Constructor Description FxApplicationUtils() -
Method Summary
Modifier and Type Method Description static void_prepareToggle(javafx.scene.control.Toggle tg, net.thevpc.echo.api.components.AppComponent tool, net.thevpc.echo.Application application)static voidbindAppComponent(java.lang.Object jcomponent, FxPeer instance)static FxPeerextractBindAppComponent(java.lang.Object jcomponent)static voidprepareAbstractButton(javafx.scene.control.ButtonBase button, net.thevpc.echo.api.components.AppComponent tool, net.thevpc.echo.Application app, boolean text)static voidprepareAbstractButton(javafx.scene.control.MenuItem button, net.thevpc.echo.api.components.AppComponent tool, net.thevpc.echo.Application app, boolean text)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FxApplicationUtils
public FxApplicationUtils()
-
-
Method Details
-
extractBindAppComponent
-
bindAppComponent
-
prepareAbstractButton
public static void prepareAbstractButton(javafx.scene.control.MenuItem button, net.thevpc.echo.api.components.AppComponent tool, net.thevpc.echo.Application app, boolean text) -
prepareAbstractButton
public static void prepareAbstractButton(javafx.scene.control.ButtonBase button, net.thevpc.echo.api.components.AppComponent tool, net.thevpc.echo.Application app, boolean text) -
_prepareToggle
public static void _prepareToggle(javafx.scene.control.Toggle tg, net.thevpc.echo.api.components.AppComponent tool, net.thevpc.echo.Application application)
-