public class LogViewController extends StageController
| Constructor and Description |
|---|
LogViewController() |
| Modifier and Type | Method and Description |
|---|---|
protected javafx.stage.Modality |
getModality()
Called during stage setup to get the stage's modality.
|
protected javafx.stage.StageStyle |
getStyle()
Called during stage setup to get the stage's style.
|
protected void |
setupStage(javafx.stage.Stage controllerStage)
Called during stage setup to perform the actual controller specific setup
steps.
|
canClose, getBundle, getExecutorService, getPreferences, getResizable, getStage, getSystemMenuBar, openRootStage, openStage, reportUnexpectedException, setupPrimaryStage, showMessageBox, syncPreferencesprotected void setupStage(javafx.stage.Stage controllerStage)
throws java.io.IOException
StageControllerDerived classes overriding this function have to make sure to invoke the super's version prior to performing their setup steps.
setupStage in class StageControllercontrollerStage - The stage to setup.java.io.IOException - If an I/O error occurs during setup.StageController.setupPrimaryStage(Stage, Class)protected javafx.stage.StageStyle getStyle()
StageControllerDerived classes can override this to change it's style.
getStyle in class StageControllerprotected javafx.stage.Modality getModality()
StageControllerDerived classes can override this to change it's modality.
getModality in class StageController