Example usage for javafx.fxml FXMLLoader subclass-usage

List of usage examples for javafx.fxml FXMLLoader subclass-usage

Introduction

In this page you can find the example usage for javafx.fxml FXMLLoader subclass-usage.

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 {