How to pass class as variable to FluentViewLoader.fxmlView(Class …) method?
In my project I use mvvmFX framework for javaFX.
I need to download custom fxml component with fx:root via FluentViewLoader.fxmlView(Class…)
There is example at mvvmFX github repository how to do it:
link
And it’s working, but:
I want to create static method in another class like this: