public final class WorkbenchApplication extends DefaultApplication<StackPane>
Application.Parameters
STYLESHEET_CASPIAN, STYLESHEET_MODENA
ATTACH_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 |
---|
WorkbenchApplication() |
Modifier and Type | Method and Description |
---|---|
protected void |
customizeScene(Scene scene)
Customize the default scene.
|
Class<? extends Model> |
firstModelClass()
This method must be implemented to declare which JRebirth UI Model will be displayed first.
|
static void |
main(String... args)
Application launcher.
|
customizeStage, getResourceToPreload, postBootWaveList, postInit, postStop, preBootWaveList, preInit, preStop
addCSS, applicationTitle, buildRootPane, buildScene, fullScreenKeyCode, getDefaultUncaughtExceptionHandler, getJatUncaughtExceptionHandler, getJitUncaughtExceptionHandler, getPoolUncaughtExceptionHandler, iconifiedKeyCode, init, initializeExceptionHandler, launchNow, launchNow, preloadAndLaunch, preloadAndLaunch, preloadAndLaunch, preloadModules, preloadResources, rootNode, scene, stage, start, stop
getHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheet
public WorkbenchApplication()
public static void main(String... args)
args
- the command line argumentspublic Class<? extends Model> firstModelClass()
firstModelClass
in interface JRebirthApplication<StackPane>
firstModelClass
in class DefaultApplication<StackPane>
Model
protected void customizeScene(Scene scene)
DefaultApplication
customizeScene
in class DefaultApplication<StackPane>
scene
- the scene to customizeCopyright © 2011–2016 JRebirth OSS. All rights reserved.