Class TestGui

java.lang.Object
javafx.application.Application
xal.plugin.olog.TestGui

public class TestGui extends javafx.application.Application
Author:
Juan F. Esteban Müller <JuanF.EstebanMuller@ess.eu>
  • Nested Class Summary

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

    javafx.application.Application.Parameters
  • Field Summary

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    The main() method is ignored in correctly deployed JavaFX application.
    void
    start(javafx.stage.Stage stage)
     

    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
  • Constructor Details

    • TestGui

      public TestGui()
  • Method Details

    • start

      public void start(javafx.stage.Stage stage) throws LogbookException
      Specified by:
      start in class javafx.application.Application
      Throws:
      LogbookException
    • main

      public static void main(String[] args)
      The main() method is ignored in correctly deployed JavaFX application. main() serves only as fallback in case the application can not be launched through deployment artifacts, e.g., in IDEs with limited FX support. NetBeans ignores main().
      Parameters:
      args - the command line arguments