Interface FxPeer

All Superinterfaces:
net.thevpc.echo.spi.peers.AppComponentPeer

public interface FxPeer
extends net.thevpc.echo.spi.peers.AppComponentPeer
Author:
vpc
  • Method Summary

    Modifier and Type Method Description
    default javafx.scene.Node getNode()  
    static javafx.scene.Node nodeOf​(net.thevpc.echo.api.components.AppComponent a)  
    static FxPeer of​(java.lang.Object a)  
    static FxPeer ofOrNull​(java.lang.Object a)  

    Methods inherited from interface net.thevpc.echo.spi.peers.AppComponentPeer

    addChild, install, removeChild, requestFocus, toolkitComponent, uninstall
  • Method Details

    • nodeOf

      static javafx.scene.Node nodeOf​(net.thevpc.echo.api.components.AppComponent a)
    • ofOrNull

      static FxPeer ofOrNull​(java.lang.Object a)
    • of

      static FxPeer of​(java.lang.Object a)
    • getNode

      default javafx.scene.Node getNode()