Uses of Class
com.serinity.accesscontrol.util.FXMLLoaderUtil.ViewLoader
Packages that use FXMLLoaderUtil.ViewLoader
-
Uses of FXMLLoaderUtil.ViewLoader in com.serinity.accesscontrol.util
Methods in com.serinity.accesscontrol.util that return FXMLLoaderUtil.ViewLoaderModifier and TypeMethodDescriptionstatic <T> FXMLLoaderUtil.ViewLoader<T> FXMLLoaderUtil.loadView(Class<?> caller, String fxmlPath, ResourceBundle bundle) Loads an FXML file and returns both the root node and its typed controller wrapped in aFXMLLoaderUtil.ViewLoader.