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.NodeAndDelegateJavaFXSafeProxyCreator. createNodeAndDelegate(java.lang.Class<?> presentationClass)Creates aJavaFXSafeProxyCreator.NodeAndDelegatefor the given presentation class.static <T> JavaFXSafeProxyCreator.NodeAndDelegateJavaFXSafeProxyCreator. createNodeAndDelegate(java.lang.Class<?> presentationClass, java.lang.String fxmlResourcePath)Creates aJavaFXSafeProxyCreator.NodeAndDelegatefor the given presentation class.protected abstract JavaFXSafeProxyCreator.NodeAndDelegateJavaFXApplicationWithSplash. createParent()protected JavaFXSafeProxyCreator.NodeAndDelegateJavaFXSpringApplication. createParent()static <T> JavaFXSafeProxyCreator.NodeAndDelegateJavaFXSafeProxyCreator.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 voidJavaFXApplicationWithSplash. onStageCreated(javafx.stage.Stage stage, JavaFXSafeProxyCreator.NodeAndDelegate applicationNad)protected voidJavaFXSpringApplication. onStageCreated(javafx.stage.Stage stage, JavaFXSafeProxyCreator.NodeAndDelegate applicationNad)
-