public abstract class FxApplication
extends javafx.application.Application
Usually the application initially launched is the LoginApplication.
| Constructor and Description |
|---|
FxApplication() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
showApplicationStatus(String msg,
double progress)
Updates the status in the main application scene.
|
void |
start(javafx.stage.Stage stage) |
abstract void |
startApplication(javafx.stage.Stage primaryStage)
The main entry point for all Tentackle JavaFX applications.
|
void |
stop() |
public void start(javafx.stage.Stage stage)
throws Exception
start in class javafx.application.ApplicationExceptionpublic void stop()
throws Exception
stop in class javafx.application.ApplicationExceptionpublic abstract void startApplication(javafx.stage.Stage primaryStage)
throws Exception
This is just a replacement for Application.start(javafx.stage.Stage) to make sure the
client application is really implementing this method.
primaryStage - the primary stageException - if starting failedpublic abstract void showApplicationStatus(String msg, double progress)
msg - the message shown in the viewprogress - the progress, 0 to disable, negative if infinite, 1.0 if doneTentackle - distributed, domain- and model-driven