Class TethysUIFXSplash
java.lang.Object
io.github.tonywasher.joceanus.tethys.javafx.launch.util.TethysUIFXSplash
javaFX Splash Panel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidattachToStage(javafx.stage.Stage pStage) Attach to stage.(package private) voidhandleStateChange(javafx.application.Preloader.StateChangeNotification pEvent) Handle State change.
-
Constructor Details
-
TethysUIFXSplash
TethysUIFXSplash(TethysUIFXLaunchState pState) Constructor.- Parameters:
pState- the program state
-
-
Method Details
-
attachToStage
void attachToStage(javafx.stage.Stage pStage) Attach to stage.- Parameters:
pStage- the stage
-
handleStateChange
void handleStateChange(javafx.application.Preloader.StateChangeNotification pEvent) Handle State change.- Parameters:
pEvent- the event
-