Uses of Enum Class
gov.llnl.gnem.apps.coda.calibration.gui.GuiApplication.ApplicationMode
Packages that use GuiApplication.ApplicationMode
-
Uses of GuiApplication.ApplicationMode in gov.llnl.gnem.apps.coda.calibration.gui
Methods in gov.llnl.gnem.apps.coda.calibration.gui that return GuiApplication.ApplicationModeModifier and TypeMethodDescriptionGuiApplication.getStartupMode()
Returns the enum constant of this class with the specified name.static GuiApplication.ApplicationMode[]
GuiApplication.ApplicationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.llnl.gnem.apps.coda.calibration.gui with parameters of type GuiApplication.ApplicationModeModifier and TypeMethodDescriptionstatic void
GuiApplication.setStartupMode
(GuiApplication.ApplicationMode startupMode) Constructors in gov.llnl.gnem.apps.coda.calibration.gui with parameters of type GuiApplication.ApplicationModeModifierConstructorDescriptionGuiApplication
(org.springframework.context.ConfigurableApplicationContext springContext, com.google.common.eventbus.EventBus bus, GuiApplication.ApplicationMode mode)