public abstract class ASpringLauncher
extends javafx.application.Application
| Modifier and Type | Field and Description |
|---|---|
protected AFXWorkbench |
workbench |
| Constructor and Description |
|---|
ASpringLauncher() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String[] |
getBasePackages()
Return all packages which contains component and perspective that should be scanned.
|
protected ErrorDialogHandler<javafx.scene.Node> |
getErrorHandler()
Returns an ErrorDialog handler to display exceptions and errors in workspace.
|
AFXWorkbench |
getWorkbench() |
protected abstract Class<? extends FXWorkbench> |
getWorkbenchClass() |
protected void |
initExceptionHandler() |
protected abstract void |
postInit(javafx.stage.Stage stage)
Will be executed after Spring/JavaFX initialisation.
|
protected void |
scanPackegesAndInitRegestry() |
protected AFXWorkbench workbench
public AFXWorkbench getWorkbench()
protected abstract Class<? extends FXWorkbench> getWorkbenchClass()
protected void scanPackegesAndInitRegestry()
protected void initExceptionHandler()
protected abstract String[] getBasePackages()
protected abstract void postInit(javafx.stage.Stage stage)
stage - the javafx Stageprotected ErrorDialogHandler<javafx.scene.Node> getErrorHandler()
Copyright © 2014. All rights reserved.