protected FxControllerAndView<C,V> |
LazyFxControllerAndView.initOrGet() |
Non-threadsafe lazy loader implementation.
|
<C,V extends javafx.scene.Node> FxControllerAndView<C,V> |
FxWeaver.load(Class<C> controllerClass) |
Load controller instance, potentially weaved with a FXML view declaring the given class as fx:controller.
|
protected <C,V extends javafx.scene.Node> FxControllerAndView<C,V> |
FxWeaver.load(Class<C> controllerClass,
String location,
ResourceBundle resourceBundle) |
Load controller instance, potentially weaved with a FXML view declaring the given class as fx:controller.
|
<C,V extends javafx.scene.Node> FxControllerAndView<C,V> |
FxWeaver.load(Class<C> controllerClass,
ResourceBundle resourceBundle) |
Load controller instance, potentially weaved with a FXML view declaring the given class as fx:controller.
|
static <C,V extends javafx.scene.Node> FxControllerAndView<C,V> |
SimpleFxControllerAndView.of(C controller,
V view) |
|
static <C,V extends javafx.scene.Node> FxControllerAndView<C,V> |
SimpleFxControllerAndView.ofController(C controller) |
|