java.lang.Object
org.jhotdraw8.fxbase.fxml.FxmlUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Supplier<T> createFxmlControllerSupplier(URL fxml, ResourceBundle resources) static <T> Supplier<T> createFxmlControllerSupplier(URL fxml, ResourceBundle resources, @Nullable Supplier<T> controllerFactory) static <T> Supplier<T> createFxmlControllerSupplier(URL fxml, ResourceBundle resources, @Nullable javafx.util.Callback<Class<?>, Object> controllerFactory) static <T extends javafx.scene.Node>
Supplier<T> createFxmlNodeSupplier(URL fxml, @Nullable ResourceBundle resourceBundle) static javafx.fxml.FXMLLoaderload(@Nullable URL fxml, @Nullable ResourceBundle resourceBundle)
-
Method Details
-
createFxmlControllerSupplier
-
createFxmlControllerSupplier
public static <T> Supplier<T> createFxmlControllerSupplier(URL fxml, ResourceBundle resources, @Nullable Supplier<T> controllerFactory) -
createFxmlControllerSupplier
public static <T> Supplier<T> createFxmlControllerSupplier(URL fxml, ResourceBundle resources, @Nullable javafx.util.Callback<Class<?>, Object> controllerFactory) -
createFxmlNodeSupplier
public static <T extends javafx.scene.Node> Supplier<T> createFxmlNodeSupplier(URL fxml, @Nullable ResourceBundle resourceBundle) -
load
public static javafx.fxml.FXMLLoader load(@Nullable URL fxml, @Nullable ResourceBundle resourceBundle)
-