edvin
09/14/2016, 9:43 PMfxml delegate is a part of the controller class, but it is possible to return that instance from a controller factory. The issue is that the controller factory is only consulted if the user actually put the fx:controller attribute in his FXML file. If he didn't, you need to call setController before you load the file.