java.lang.Object
javafx.application.Application
it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
it.tidalwave.ui.javafx.JavaFXSpringApplication
it.tidalwave.accounting.ui.impl.javafx.Main

public class Main extends it.tidalwave.ui.javafx.JavaFXSpringApplication
Author:
Fabrizio Giudici
  • Nested Class Summary Link icon

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

    javafx.application.Application.Parameters
  • Field Summary Link icon

    Fields inherited from class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash Link icon

    applicationFxml, splashFxml

    Fields inherited from class javafx.application.Application Link icon

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    static void
    main(String... args)
     
    protected void
    onStageCreated(org.springframework.context.ApplicationContext applicationContext)

    Methods inherited from class it.tidalwave.ui.javafx.JavaFXSpringApplication Link icon

    createApplicationContext

    Methods inherited from class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication Link icon

    createParent, initializeInBackground, onClosing, onStageCreated

    Methods inherited from class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash Link icon

    createScene, getApplicationFxml, getExecutor, getSplashFxml, init, isFullScreen, isFullScreenLocked, isMaximized, setApplicationFxml, setFullScreen, setFullScreenLocked, setMaximized, setSplashFxml, start

    Methods inherited from class javafx.application.Application Link icon

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

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • Main Link icon

      public Main()
  • Method Details Link icon

    • main Link icon

      public static void main(@Nonnull String... args)
    • onStageCreated Link icon

      protected void onStageCreated(@Nonnull org.springframework.context.ApplicationContext applicationContext)
      Overrides:
      onStageCreated in class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication