Class JavaFXApplicationPresentationDelegate


  • public class JavaFXApplicationPresentationDelegate
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void assemble​(it.tidalwave.application.ToolBarModel toolBarModel, javafx.scene.Node ndCustomerExplorer, javafx.scene.Node ndProjectExplorer, javafx.scene.Node ndJobEventExplorer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaFXApplicationPresentationDelegate

        public JavaFXApplicationPresentationDelegate()
    • Method Detail

      • assemble

        public void assemble​(@Nonnull
                             it.tidalwave.application.ToolBarModel toolBarModel,
                             @Nonnull
                             javafx.scene.Node ndCustomerExplorer,
                             @Nonnull
                             javafx.scene.Node ndProjectExplorer,
                             @Nonnull
                             javafx.scene.Node ndJobEventExplorer)