public class LoadingStage
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoadingStage.MessageNotification |
static class |
LoadingStage.StateNotification |
| Modifier and Type | Field and Description |
|---|---|
static long |
START |
| Constructor and Description |
|---|
LoadingStage(javafx.stage.Stage stage,
javafx.scene.image.Image splashImage) |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustStage() |
ProgressBarWithLabel |
createProgressBar() |
void |
handleApplicationNotification(javafx.application.Preloader.PreloaderNotification info) |
boolean |
handleErrorNotification(javafx.application.Preloader.ErrorNotification info) |
void |
handleProgressNotification(javafx.application.Preloader.ProgressNotification info) |
void |
handleStateChangeNotification(javafx.application.Preloader.StateChangeNotification evt) |
void |
updateMessage(java.lang.String m) |
public LoadingStage(javafx.stage.Stage stage,
javafx.scene.image.Image splashImage)
throws java.lang.Exception
java.lang.Exceptionpublic void adjustStage()
public ProgressBarWithLabel createProgressBar()
public boolean handleErrorNotification(javafx.application.Preloader.ErrorNotification info)
public void handleApplicationNotification(javafx.application.Preloader.PreloaderNotification info)
public void handleProgressNotification(javafx.application.Preloader.ProgressNotification info)
public void handleStateChangeNotification(javafx.application.Preloader.StateChangeNotification evt)
public void updateMessage(java.lang.String m)
Copyright © 2019 Anahata. All Rights Reserved.