Class DesignerRoot
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.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.
-
-
-
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
-
-