Package it.tidalwave.ui.example.presentation.impl.javafx


package it.tidalwave.ui.example.presentation.impl.javafx
  • Classes
    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.