public abstract class MvvmfxGuiceApplication extends com.cathive.fx.guice.GuiceApplication implements de.saxsys.mvvmfx.internal.MvvmfxApplication
| Constructor and Description |
|---|
MvvmfxGuiceApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(List<com.google.inject.Module> modules) |
void |
initGuiceModules(List<com.google.inject.Module> modules)
Configure the guice modules.
|
void |
start(javafx.stage.Stage stage)
This method is overridden to initialize the mvvmFX framework.
|
void |
stop() |
createInjector, getInjector, initgetHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitMvvmfx, startMvvmfx, stopMvvmfxpublic final void init(List<com.google.inject.Module> modules) throws Exception
init in class com.cathive.fx.guice.GuiceApplicationExceptionpublic final void start(javafx.stage.Stage stage)
throws Exception
MvvmfxApplication.startMvvmfx(javafx.stage.Stage) method for your application entry point and startup code instead of this
method.start in class javafx.application.ApplicationExceptionpublic final void stop()
throws Exception
stop in class javafx.application.ApplicationExceptionCopyright © 2016 Saxonia Systems AG. All rights reserved.