P
- the type of the root node of the scenepublic interface JRebirthApplication<P extends 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.
|
Scene |
scene()
Return the scene of the main stage of this application.
|
Stage |
stage()
Return the main stage of this application.
|
Scene scene()
P rootNode()
Class<? extends Model> firstModelClass()
Model
List<Wave> preBootWaveList()
List<Wave> postBootWaveList()
void preloadResources()
Copyright © 2011–2016 JRebirth OSS. All rights reserved.