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
    protected org.graphstream.ui.fx_viewer.FxViewPanel
     
    static final CountDownLatch
     
    protected javafx.fxml.FXMLLoader
     
     
    protected String
     

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.fxml.FXMLLoader
     
    static void
    main(String[] args)
     
    static void
     
    void
    start(javafx.stage.Stage primaryStage)
     
     

    Methods inherited from class javafx.application.Application

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

    Methods inherited from class java.lang.Object

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

    • styleSheet

      protected String styleSheet
    • gs

      protected org.graphstream.ui.fx_viewer.FxViewPanel gs
    • loader

      protected javafx.fxml.FXMLLoader loader
    • latch

      public static final CountDownLatch latch
    • startUpTest

      public static oldJavaFxmlGui startUpTest
  • Constructor Details

    • oldJavaFxmlGui

      public oldJavaFxmlGui()
  • 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 Exception
      Specified by:
      start in class javafx.application.Application
      Throws:
      Exception
    • main

      public static void main(String[] args)