Class TethysUIFXPreLoader
java.lang.Object
javafx.application.Application
javafx.application.Preloader
io.github.tonywasher.joceanus.tethys.javafx.launch.TethysUIFXPreLoader
- Direct Known Subclasses:
MoneyWiseFXpreLoader,ThemisFXpreLoader
public abstract class TethysUIFXPreLoader
extends javafx.application.Preloader
javaFX preLoader.
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Preloader
javafx.application.Preloader.ErrorNotification, javafx.application.Preloader.PreloaderNotification, javafx.application.Preloader.ProgressNotification, javafx.application.Preloader.StateChangeNotificationNested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters -
Field Summary
Fields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract TethysUILaunchProgramObtain program info.voidhandleStateChangeNotification(javafx.application.Preloader.StateChangeNotification pEvent) voidinit()voidstart(javafx.stage.Stage pStage) Methods inherited from class javafx.application.Preloader
handleApplicationNotification, handleErrorNotification, handleProgressNotificationMethods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Constructor Details
-
TethysUIFXPreLoader
public TethysUIFXPreLoader()Constructor.
-
-
Method Details
-
getProgramInfo
Obtain program info.- Returns:
- the info
-
init
public void init()- Overrides:
initin classjavafx.application.Application
-
start
public void start(javafx.stage.Stage pStage) - Specified by:
startin classjavafx.application.Application
-
handleStateChangeNotification
public void handleStateChangeNotification(javafx.application.Preloader.StateChangeNotification pEvent) - Overrides:
handleStateChangeNotificationin classjavafx.application.Preloader
-