Uses of Class
io.github.palexdev.materialfx.utils.others.loader.MFXLoader
Packages that use MFXLoader
-
Uses of MFXLoader in io.github.palexdev.materialfx.utils.others.loader
Methods in io.github.palexdev.materialfx.utils.others.loader that return MFXLoaderModifier and TypeMethodDescriptionMFXLoader.addView(MFXLoaderBean bean) Adds the given view to the views map.Builds a newMFXLoaderBeanwith the given identifier and FXML file, then adds it to the views map.Builds a newMFXLoaderBeanwith the given identifier, FXML file and controller factory, then adds it to the views map.MFXLoader.setCacheLevel(LoaderCacheLevel cacheLevel) Sets theLoaderCacheLevelfor this loader.MFXLoader.setFxmlLoaderSupplier(Supplier<FXMLLoader> fxmlLoaderSupplier) MFXLoader.setOnLoadedAction(Consumer<List<MFXLoaderBean>> onLoadedAction) Sets the action to perform once all the views have been loaded.