Class Designer


  • public class Designer
    extends javafx.application.Application
    Main class for the designer, launched only if DesignerStarter detected JavaFX support.
    Since:
    6.0.0
    Author:
    Clément Fournier
    • Constructor Detail

      • Designer

        public Designer()
    • Method Detail

      • getCurrentVersion

        @Deprecated
        public static String getCurrentVersion()
        Deprecated.
        Use DesignerVersion.getCurrentVersion() instead.
      • getPmdCoreMinVersion

        @Deprecated
        public static String getPmdCoreMinVersion()
        Deprecated.
        Use DesignerVersion.getPmdCoreMinVersion() instead.
      • start

        public void start​(javafx.stage.Stage stage)
                   throws IOException
        Specified by:
        start in class javafx.application.Application
        Throws:
        IOException
      • stop

        public void stop()
        Overrides:
        stop in class javafx.application.Application