Class DesignerRoot


  • public class DesignerRoot
    extends java.lang.Object
    Interface for the singleton of the app.
    Since:
    6.0.0
    Author:
    Clément Fournier
    • Constructor Summary

      Constructors 
      Constructor Description
      DesignerRoot​(javafx.stage.Stage mainStage)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EventLogger getLogger()
      Gets the logger of the application.
      javafx.stage.Stage getMainStage()
      Gets the main stage of the application.
      • Methods inherited from class java.lang.Object

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

      • DesignerRoot

        public DesignerRoot​(javafx.stage.Stage mainStage)
    • Method Detail

      • getLogger

        public EventLogger getLogger()
        Gets the logger of the application.
        Returns:
        The logger
      • getMainStage

        public javafx.stage.Stage getMainStage()
        Gets the main stage of the application.
        Returns:
        The main stage