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 aNodeAndDelegate
for the given presentation class.static <T> NodeAndDelegate
<T> JavaFXSafeProxyCreator.createNodeAndDelegate
(Class<T> presentationClass, String fxmlResourcePath) Creates aNodeAndDelegate
for 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 void
AbstractJavaFXSpringApplication.onStageCreated
(javafx.stage.Stage stage, NodeAndDelegate<?> applicationNad) protected void
JavaFXApplicationWithSplash.onStageCreated
(javafx.stage.Stage stage, NodeAndDelegate<?> applicationNad)