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> |
getFirstModelClass() |
protected List<? extends org.jrebirth.af.api.resource.ResourceItem<?,?,?>> |
getResourceToPreload() |
static void |
main(String... args)
Application launcher.
|
getPostBootWaveList, getPreBootWaveList, postInit, preInitaddCSS, buildRootPane, buildScene, getApplicationTitle, getDefaultUncaughtExceptionHandler, getFullScreenKeyCode, getIconifiedKeyCode, getJatUncaughtExceptionHandler, getJitUncaughtExceptionHandler, getPoolUncaughtExceptionHandler, getRootNode, getScene, getStage, init, initializeExceptionHandler, launchNow, launchNow, preloadAndLaunch, preloadAndLaunch, preloadAndLaunch, preloadModules, preloadResources, 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> getFirstModelClass()
getFirstModelClass in interface org.jrebirth.af.api.application.JRebirthApplication<StackPane>getFirstModelClass 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–2015 JRebirth. All rights reserved.