Class JavaFXApplicationPresentationDelegate
java.lang.Object
it.tidalwave.ui.example.presentation.impl.javafx.JavaFXApplicationPresentationDelegate
This class is referred by Application.fxml and instantiated by the JavaFX runtime.
- Author:
- Fabrizio Giudici
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
assemble
(JavaFXBinder binder, JavaFXToolBarControl toolBarModel, JavaFXMenuBarControl menuBarModel, JavaFXMainPanelPresentation mainPanelPresentation)
-
Constructor Details
-
JavaFXApplicationPresentationDelegate
public JavaFXApplicationPresentationDelegate()
-
-
Method Details
-
assemble
@Assemble public void assemble(@Nonnull JavaFXBinder binder, @Nonnull JavaFXToolBarControl toolBarModel, @Nonnull JavaFXMenuBarControl menuBarModel, @Nonnull JavaFXMainPanelPresentation mainPanelPresentation)
-