P - the type of the root node of the scenepublic interface JRebirthApplication<P extends Pane>
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Model> |
getFirstModelClass()
This method must be implemented to declare which JRebirth UI Model will be displayed first.
|
List<Wave> |
getPostBootWaveList()
Return the Post-Boot Waves called after displaying the first view.
|
List<Wave> |
getPreBootWaveList()
Return the Pre-Boot Waves called after displaying the first view.
|
P |
getRootNode()
Return the root node of the main scene of this application.
|
Scene |
getScene()
Return the scene of the main stage of this application.
|
Stage |
getStage()
Return the main stage of this application.
|
void |
preloadResources()
Preload JRebirth wrapped fonts to allow them to be used directly by CSS.
|
Stage getStage()
Scene getScene()
P getRootNode()
Class<? extends Model> getFirstModelClass()
ModelList<Wave> getPreBootWaveList()
List<Wave> getPostBootWaveList()
void preloadResources()
Copyright © 2011–2015 JRebirth OSS. All rights reserved.