Package net.rgielen.fxweaver.core
-
Interface Summary Interface Description FxControllerAndView<C,V extends javafx.scene.Node> FxControllerAndView is a container class for Controller beans and their corresponding Views. -
Class Summary Class Description FxContextLoader<T extends FxWeaver> FxContextLoader provides a generic factoryFxWeavertemplate for implementing a concrete context loader for a given DI / bean management framework.FxWeaver FxWeaver is the core weaving facility, enabling Controllers and Views to be instantiated by a dependency injection framework such as (but not limited to) Spring.LazyFxControllerAndView<C,V extends javafx.scene.Node> AFxControllerAndViewimplementation that takes a supplier to lazily load the actual view and controller when being on the JavaFXApplicationthread, which is not the case during constructor injection.SimpleFxControllerAndView<C,V extends javafx.scene.Node> SimpleFxControllerAndView is a container class for Controller beans and their corresponding Views. -
Exception Summary Exception Description FxLoadException FxLoadException wrapsIOExceptions thrown during the processing withFXMLLoader. -
Annotation Types Summary Annotation Type Description FxmlView Controllers annotated with @FxmlView declare that a given FXML file should be loaded and weaved with the controller.