Package it.tidalwave.ui.javafx
Class JavaFXSafeProxyCreator.NodeAndDelegate
- java.lang.Object
-
- it.tidalwave.ui.javafx.JavaFXSafeProxyCreator.NodeAndDelegate
-
- Enclosing class:
- JavaFXSafeProxyCreator
public static final class JavaFXSafeProxyCreator.NodeAndDelegate extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NodeAndDelegate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
getDelegate()
static <T> JavaFXSafeProxyCreator.NodeAndDelegate
load(java.lang.Class<T> clazz, java.lang.String resource)
-
-
-
Method Detail
-
getDelegate
@Nonnull public <T> T getDelegate()
-
load
@Nonnull public static <T> JavaFXSafeProxyCreator.NodeAndDelegate load(@Nonnull java.lang.Class<T> clazz, @Nonnull java.lang.String resource) throws java.io.IOException
- Throws:
java.io.IOException
-
-