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 void bindAppComponent​(java.lang.Object jcomponent, FxPeer instance)  
    static FxPeer extractBindAppComponent​(java.lang.Object jcomponent)  
    static void prepareAbstractButton​(javafx.scene.control.ButtonBase button, net.thevpc.echo.api.components.AppComponent tool, net.thevpc.echo.Application app, boolean text)  
    static void prepareAbstractButton​(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

      public static FxPeer extractBindAppComponent​(java.lang.Object jcomponent)
    • bindAppComponent

      public static void bindAppComponent​(java.lang.Object jcomponent, FxPeer instance)
    • 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)