Uses of Class
it.tidalwave.ui.javafx.JavaFXSafeProxyCreator.NodeAndDelegate
-
Packages that use JavaFXSafeProxyCreator.NodeAndDelegate Package Description it.tidalwave.ui.javafx -
-
Uses of JavaFXSafeProxyCreator.NodeAndDelegate in it.tidalwave.ui.javafx
Methods in it.tidalwave.ui.javafx that return JavaFXSafeProxyCreator.NodeAndDelegate Modifier and Type Method Description static <T> JavaFXSafeProxyCreator.NodeAndDelegate
JavaFXSafeProxyCreator. createNodeAndDelegate(java.lang.Class<?> presentationClass)
Creates aJavaFXSafeProxyCreator.NodeAndDelegate
for the given presentation class.static <T> JavaFXSafeProxyCreator.NodeAndDelegate
JavaFXSafeProxyCreator. createNodeAndDelegate(java.lang.Class<?> presentationClass, java.lang.String fxmlResourcePath)
Creates aJavaFXSafeProxyCreator.NodeAndDelegate
for the given presentation class.protected abstract JavaFXSafeProxyCreator.NodeAndDelegate
JavaFXApplicationWithSplash. createParent()
protected JavaFXSafeProxyCreator.NodeAndDelegate
JavaFXSpringApplication. createParent()
static <T> JavaFXSafeProxyCreator.NodeAndDelegate
JavaFXSafeProxyCreator.NodeAndDelegate. load(java.lang.Class<T> clazz, java.lang.String resource)
Methods in it.tidalwave.ui.javafx with parameters of type JavaFXSafeProxyCreator.NodeAndDelegate Modifier and Type Method Description protected void
JavaFXApplicationWithSplash. onStageCreated(javafx.stage.Stage stage, JavaFXSafeProxyCreator.NodeAndDelegate applicationNad)
protected void
JavaFXSpringApplication. onStageCreated(javafx.stage.Stage stage, JavaFXSafeProxyCreator.NodeAndDelegate applicationNad)
-