Class oldJavaFxmlGui

java.lang.Object
javafx.application.Application
eu.su.mas.dedale.env.gs.oldgui.oldJavaFxmlGui

public class oldJavaFxmlGui
extends javafx.application.Application
  • Nested Class Summary

    Nested classes/interfaces inherited from class javafx.application.Application

    javafx.application.Application.Parameters
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.util.concurrent.CountDownLatch latch  
    static oldJavaFxmlGui startUpTest  

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors 
    Constructor Description
    oldJavaFxmlGui()  
  • Method Summary

    Modifier and Type Method Description
    javafx.fxml.FXMLLoader getLoad()  
    static void main​(java.lang.String[] args)  
    static void setStartUpTest​(oldJavaFxmlGui startUpTest0)  
    void start​(javafx.stage.Stage primaryStage)  
    static oldJavaFxmlGui waitForStartUpTest()  

    Methods inherited from class javafx.application.Application

    getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • waitForStartUpTest

      public static oldJavaFxmlGui waitForStartUpTest()
    • setStartUpTest

      public static void setStartUpTest​(oldJavaFxmlGui startUpTest0)
    • getLoad

      public javafx.fxml.FXMLLoader getLoad()
    • start

      public void start​(javafx.stage.Stage primaryStage) throws java.lang.Exception
      Specified by:
      start in class javafx.application.Application
      Throws:
      java.lang.Exception
    • main

      public static void main​(java.lang.String[] args)