P - the type of the root node of the scenepublic interface JRebirthApplication<P extends javafx.scene.layout.Pane>
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Model> |
firstModelClass()
This method must be implemented to declare which JRebirth UI Model will be displayed first.
|
List<Wave> |
postBootWaveList()
Return the Post-Boot Waves called after displaying the first view.
|
List<Wave> |
preBootWaveList()
Return the Pre-Boot Waves called after displaying the first view.
|
void |
preloadResources()
Preload JRebirth wrapped fonts to allow them to be used directly by CSS.
|
P |
rootNode()
Return the root node of the main scene of this application.
|
javafx.scene.Scene |
scene()
Return the scene of the main stage of this application.
|
javafx.stage.Stage |
stage()
Return the main stage of this application.
|
void |
stop()
Stop the application.
|
javafx.stage.Stage stage()
javafx.scene.Scene scene()
P rootNode()
Class<? extends Model> firstModelClass()
ModelList<Wave> preBootWaveList()
List<Wave> postBootWaveList()
void preloadResources()
void stop() throws CoreException
CoreException - when a trouble occurred during JRebirth engine shutdown.Copyright © 2011–2018 JRebirth OSS. All rights reserved.