Class Designer
- java.lang.Object
-
- javafx.application.Application
-
- net.sourceforge.pmd.util.fxdesigner.Designer
-
public class Designer extends javafx.application.ApplicationMain class for the designer, launched only ifDesignerStarterdetected JavaFX support.- Since:
- 6.0.0
- Author:
- Clément Fournier
-
-
Constructor Summary
Constructors Constructor Description Designer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetCurrentVersion()DesignerRootgetDesignerRoot()Only set afterstart(Stage)is called.static java.lang.StringgetPmdCoreMinVersion()voidstart(javafx.stage.Stage stage)voidstart(javafx.stage.Stage stage, DesignerRoot owner)voidstop()
-
-
-
Method Detail
-
getCurrentVersion
public static java.lang.String getCurrentVersion()
-
getPmdCoreMinVersion
public static java.lang.String getPmdCoreMinVersion()
-
start
public void start(javafx.stage.Stage stage) throws java.io.IOException- Specified by:
startin classjavafx.application.Application- Throws:
java.io.IOException
-
stop
public void stop()
- Overrides:
stopin classjavafx.application.Application
-
start
public void start(javafx.stage.Stage stage, DesignerRoot owner) throws java.io.IOException- Throws:
java.io.IOException
-
getDesignerRoot
public DesignerRoot getDesignerRoot()
Only set afterstart(Stage)is called.
-
-