Class JavaFXMainPanelPresentation
java.lang.Object
it.tidalwave.ui.example.presentation.impl.javafx.JavaFXMainPanelPresentation
- All Implemented Interfaces:
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface it.tidalwave.ui.example.presentation.MainPanelPresentation
MainPanelPresentation.Bindings
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.tidalwave.ui.example.presentation.MainPanelPresentation
bind, notify, notify, pickDirectory, pickFile, populate
-
Constructor Details
-
JavaFXMainPanelPresentation
public JavaFXMainPanelPresentation()
-