Class GuiApplication
java.lang.Object
javafx.application.Application
gov.llnl.gnem.apps.coda.calibration.gui.GuiApplication
@SpringBootApplication
@ComponentScan("gov.llnl.gnem.apps.coda.common.mapping") @ComponentScan("gov.llnl.gnem.apps.coda.common.gui") @ComponentScan("gov.llnl.gnem.apps.coda.envelope.model") @ComponentScan("gov.llnl.gnem.apps.coda.envelope.gui") @ComponentScan("gov.llnl.gnem.apps.coda.calibration.gui") @ComponentScan("gov.llnl.gnem.apps.coda.spectra.gui")
public class GuiApplication
extends javafx.application.Application
-
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
ConstructorDescriptionGuiApplication
(org.springframework.context.ConfigurableApplicationContext springContext, com.google.common.eventbus.EventBus bus, GuiApplication.ApplicationMode mode) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
javafx.stage.Stage
void
init()
static void
void
setPrimaryStage
(javafx.stage.Stage primaryStage) static void
setStartupMode
(GuiApplication.ApplicationMode startupMode) void
start
(javafx.stage.Stage primaryStage) void
stop()
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheet
-
Constructor Details
-
GuiApplication
public GuiApplication() -
GuiApplication
public GuiApplication(org.springframework.context.ConfigurableApplicationContext springContext, com.google.common.eventbus.EventBus bus, GuiApplication.ApplicationMode mode)
-
-
Method Details
-
main
-
init
- Overrides:
init
in classjavafx.application.Application
- Throws:
Exception
-
start
- Specified by:
start
in classjavafx.application.Application
- Throws:
Exception
-
changeApplicationMode
public static void changeApplicationMode() -
stop
- Overrides:
stop
in classjavafx.application.Application
- Throws:
Exception
-
getStartupMode
-
setStartupMode
-
getPrimaryStage
public javafx.stage.Stage getPrimaryStage() -
setPrimaryStage
public void setPrimaryStage(javafx.stage.Stage primaryStage)
-