List of usage examples for javafx.fxml FXMLLoader subclass-usage
From source file info.gianlucacosta.helios.fx.fxml.SpringFXMLLoader.java
/** * An FXML loader that instantiates its controllers by retrieving them from the * same Spring container into which this class itself was registered */ public class SpringFXMLLoader extends FXMLLoader implements ApplicationContextAware {