Uses of Class
it.tidalwave.ui.javafx.NodeAndDelegate
Packages that use NodeAndDelegate
-
Uses of NodeAndDelegate in it.tidalwave.ui.javafx
Methods in it.tidalwave.ui.javafx that return NodeAndDelegateModifier and TypeMethodDescriptionstatic <T> NodeAndDelegate<T> JavaFXSafeProxyCreator.createNodeAndDelegate(Class<T> presentationClass) Creates aNodeAndDelegatefor the given presentation class.static <T> NodeAndDelegate<T> JavaFXSafeProxyCreator.createNodeAndDelegate(Class<T> presentationClass, String fxmlResourcePath) Creates aNodeAndDelegatefor the given presentation class.protected NodeAndDelegate<?> AbstractJavaFXSpringApplication.createParent()protected abstract NodeAndDelegate<?> JavaFXApplicationWithSplash.createParent()static <T> NodeAndDelegate<T> Methods in it.tidalwave.ui.javafx with parameters of type NodeAndDelegateModifier and TypeMethodDescriptionprotected final voidAbstractJavaFXSpringApplication.onStageCreated(javafx.stage.Stage stage, NodeAndDelegate<?> applicationNad) protected voidJavaFXApplicationWithSplash.onStageCreated(javafx.stage.Stage stage, NodeAndDelegate<?> applicationNad)