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 Deprecated Methods Modifier and Type Method Description static StringgetCurrentVersion()Deprecated.UseDesignerVersion.getCurrentVersion()instead.DesignerRootgetDesignerRoot()Only set afterstart(Stage)is called.static StringgetPmdCoreMinVersion()Deprecated.UseDesignerVersion.getPmdCoreMinVersion()instead.voidstart(javafx.stage.Stage stage)voidstart(javafx.stage.Stage stage, DesignerRoot owner)voidstop()
-
-
-
Method Detail
-
getCurrentVersion
@Deprecated public static String getCurrentVersion()
Deprecated.UseDesignerVersion.getCurrentVersion()instead.
-
getPmdCoreMinVersion
@Deprecated public static String getPmdCoreMinVersion()
Deprecated.UseDesignerVersion.getPmdCoreMinVersion()instead.
-
start
public void start(javafx.stage.Stage stage) throws IOException- Specified by:
startin classjavafx.application.Application- Throws:
IOException
-
stop
public void stop()
- Overrides:
stopin classjavafx.application.Application
-
start
public void start(javafx.stage.Stage stage, DesignerRoot owner) throws IOException- Throws:
IOException
-
getDesignerRoot
public DesignerRoot getDesignerRoot()
Only set afterstart(Stage)is called.
-
-