All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types 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.FxControllerAndView<C,V extends javafx.scene.Node> FxControllerAndView is a container class for Controller beans and their corresponding Views.FxLoadException FxLoadException wrapsIOExceptions thrown during the processing withFXMLLoader.FxmlView Controllers annotated with @FxmlView declare that a given FXML file should be loaded and weaved with the controller.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.