Class ApplicationAdapter


  • public final class ApplicationAdapter
    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
      private ApplicationFixture applicationFixture  
      • Fields inherited from class javafx.application.Application

        STYLESHEET_CASPIAN, STYLESHEET_MODENA
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init()  
      void start​(javafx.stage.Stage primaryStage)  
      void stop()  
      • Methods inherited from class javafx.application.Application

        getHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheet
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApplicationAdapter

        public ApplicationAdapter​(ApplicationFixture applicationFixture)
    • Method Detail

      • init

        public void init()
                  throws java.lang.Exception
        Overrides:
        init in class javafx.application.Application
        Throws:
        java.lang.Exception
      • start

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

        public void stop()
                  throws java.lang.Exception
        Overrides:
        stop in class javafx.application.Application
        Throws:
        java.lang.Exception