All Classes and Interfaces
Class
Description
This class is referred by Application.fxml and instantiated by the JavaFX runtime.
The default implementation of the presentation, which is instantiated by Spring, is not the JavaFX controller, but
a virtual proxy/decorator of it.
The JavaFX controller just works as a dumb object with SteelBlue: it must implement in the most simple way each
method in the presentation interface, by applying simple manipulation to the UI.
The main class extends
JavaFXSpringApplication
and invokes a starting method on a controller that boots
the application.This class declares which actions should be bound to toolbar buttons.