@ConsumerType
public interface Standalone
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Standalone.Application
Interface for components that represent an application main window and bring
their own UI layout.
|
| Modifier and Type | Method and Description |
|---|---|
default StageService.ExitPolicy |
getExitPolicy()
Provide an
ExitPolicy for the application's main stage. |
default void |
prepareStage(javafx.stage.Stage primaryStage)
Customizes the stage before it is shown.
|
default StageService.ExitPolicy getExitPolicy()
ExitPolicy for the application's main stage.default void prepareStage(javafx.stage.Stage primaryStage)
StageStyle before the stage is made visible for the first time.primaryStage - the application's main stageCopyright © 2019. All rights reserved.