Class | Description |
---|---|
AFXSpringLauncher |
JavaFX2 / Spring application launcher; This abstract class handles reference
to spring context and contains the JavaFX2 start method; Implement this
abstract class and add a main method to call the default JavaFX2 launch
("Application.launch(args);") sequence
|
SpringLauncher |
The SpringLaucher class resolves the spring.xml file and handles access to
beans
|