Class Main
java.lang.Object
javafx.application.Application
it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
it.tidalwave.accounting.ui.impl.javafx.Main
@Configuration
@EnableSpringConfigured
@EnableAspectJAutoProxy
@ComponentScan(basePackages="it.tidalwave")
@EnableMessageBus
public class Main
extends it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
- Author:
- Fabrizio Giudici
-
Nested Class Summary
Nested classes/interfaces inherited from class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication.InitParameters
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters
-
Field Summary
Fields inherited from class it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
APPLICATION_MESSAGE_BUS_BEAN_NAME
Fields inherited from class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
APPLICATION_MESSAGE_BUS
Fields inherited from class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
applicationFxml, K_FULL_SCREEN, K_FULL_SCREEN_LOCKED, K_INITIAL_SIZE, K_MAXIMIZED, K_MIN_SPLASH_DURATION, splashFxml
Fields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
createApplicationContext
Methods inherited from class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
createParent, initializeInBackground, launch, onClosing, onStageCreated, onStageCreated, params
Methods inherited from class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
createScene, getApplicationFxml, getExecutor, getSplashFxml, init, setApplicationFxml, setSplashFxml, start
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
-