public final class SampleApplication extends DefaultApplication<StackPane>
Application.ParametersSTYLESHEET_CASPIAN, STYLESHEET_MODENAATTACH_JAT_UEH, ATTACH_JIT_UEH, CSS_LOADING_ERROR, INIT_ERROR, NO_CSS_DEFINED, OVERRIDE_FIRST_MODEL_CLASS, START_APPLICATION, START_ERROR, STARTED_SUCCESSFULLY, STOP_APPLICATION, STOP_ERROR, STOPPED_SUCCESSFULLY| Constructor and Description |
|---|
SampleApplication() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
customizeScene(Scene scene) |
protected void |
customizeStage(Stage stage) |
Class<? extends org.jrebirth.af.api.ui.Model> |
firstModelClass() |
protected List<? extends org.jrebirth.af.api.resource.ResourceItem<?,?,?>> |
getResourceToPreload() |
static void |
main(String... args)
Application launcher.
|
postBootWaveList, postInit, postStop, preBootWaveList, preInit, preStopaddCSS, applicationTitle, buildRootPane, buildScene, fullScreenKeyCode, getDefaultUncaughtExceptionHandler, getJatUncaughtExceptionHandler, getJitUncaughtExceptionHandler, getPoolUncaughtExceptionHandler, iconifiedKeyCode, init, initializeExceptionHandler, launchNow, launchNow, preloadAndLaunch, preloadAndLaunch, preloadAndLaunch, preloadModules, preloadResources, rootNode, scene, stage, start, stopgetHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheetpublic static void main(String... args)
args - the command line argumentspublic Class<? extends org.jrebirth.af.api.ui.Model> firstModelClass()
firstModelClass in interface org.jrebirth.af.api.application.JRebirthApplication<StackPane>firstModelClass in class DefaultApplication<StackPane>protected void customizeStage(Stage stage)
customizeStage in class DefaultApplication<StackPane>protected void customizeScene(Scene scene)
customizeScene in class DefaultApplication<StackPane>protected List<? extends org.jrebirth.af.api.resource.ResourceItem<?,?,?>> getResourceToPreload()
getResourceToPreload in class DefaultApplication<StackPane>Copyright © 2011–2016 JRebirth. All rights reserved.