Class JavaFXMainPanelPresentation

java.lang.Object
it.tidalwave.ui.example.presentation.impl.javafx.JavaFXMainPanelPresentation
All Implemented Interfaces:
MainPanelPresentation

@Component public class JavaFXMainPanelPresentation extends Object implements MainPanelPresentation
The default implementation of the presentation, which is instantiated by Spring, is not the JavaFX controller, but a virtual proxy/decorator of it. It instantiates it and then delegate most of the behaviour. This object can be invoked by any thread.
Author:
Fabrizio Giudici
Stereotype:
Presentation
  • Constructor Details

    • JavaFXMainPanelPresentation

      public JavaFXMainPanelPresentation()