Uses of Class
org.tentackle.fx.rdc.app.FxApplication
Packages that use FxApplication
-
Uses of FxApplication in org.tentackle.fx.rdc.app
Subclasses of FxApplication in org.tentackle.fx.rdc.appMethods in org.tentackle.fx.rdc.app that return FxApplicationModifier and TypeMethodDescriptionDesktopApplication.getFxApplication()Gets the FX application instance.
This is the instance of the class provided byDesktopApplication.getApplicationClass().
The FX-application ususally provides a login-view and is responsible to spawn the main view after successful login.Methods in org.tentackle.fx.rdc.app that return types with arguments of type FxApplicationModifier and TypeMethodDescriptionClass<? extends FxApplication>DesktopApplication.getApplicationClass()Gets the FX application class.Methods in org.tentackle.fx.rdc.app with parameters of type FxApplicationModifier and TypeMethodDescriptionvoidDesktopApplication.setFxApplication(FxApplication fxApplication) Sets the FX application instance.