public class LogViewController extends StageController
StageController.BackgroundTask<V>| Constructor and Description |
|---|
LogViewController() |
| Modifier and Type | Method and Description |
|---|---|
protected javafx.stage.Modality |
getModality()
This function is called during stage initialization to determine the stages's modality.
|
protected javafx.stage.StageStyle |
getStyle()
This function is called during stage initialization to determine the stages's style.
|
LogViewController |
setToggle(javafx.beans.property.BooleanProperty toggleProperty)
Set a toggle property which is cleared when the log view closes and which's toggling also closes the log view.
|
protected void |
setupStage(javafx.stage.Stage stage)
This function is called during stage initialization to perform the actual stage setup.
|
close, getExecutorService, getPreferences, getResizable, getWindow, isBlocked, loadDialog, loadPrimaryStage, loadStage, setBlocked, setSystemMenuBar, setupUI, show, showAndWait, syncPreferencesgetResources, getUI, loadUIprotected javafx.stage.StageStyle getStyle()
StageController
The default style is StageStyle.DECORATED.
getStyle in class StageControllerStageStyleprotected javafx.stage.Modality getModality()
StageController
The default modality is Modality.WINDOW_MODAL.
getModality in class StageControllerModalityprotected void setupStage(javafx.stage.Stage stage)
StageControllersetupStage in class StageControllerstage - The stage to setup.public LogViewController setToggle(@Nullable javafx.beans.property.BooleanProperty toggleProperty)
toggleProperty - The toggle property to set.