| Package | Description |
|---|---|
| net.bbmsoft.iocfx |
| Modifier and Type | Method and Description |
|---|---|
default StageService.ExitPolicy |
Standalone.getExitPolicy()
Provide an
ExitPolicy for the application's main stage. |
static StageService.ExitPolicy |
StageService.ExitPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StageService.ExitPolicy[] |
StageService.ExitPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StageService.setExitPolicy(StageService.ExitPolicy policy,
Class<?>... bundleClasses)
Specifies what should happen when the
Stage provided by this service
is closed. |
Copyright © 2019. All rights reserved.