Uses of Enum Class
javafx.stage.Modality
Package
Description
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
Provides the top-level container classes for JavaFX content.
-
Uses of Modality in javafx.scene.control
Modifier and TypeMethodDescriptionfinal Modality
Dialog.getModality()
Retrieves the modality attribute for this dialog.Modifier and TypeMethodDescriptionfinal void
Dialog.initModality
(Modality modality) Specifies the modality for this dialog. -
Uses of Modality in javafx.stage
Modifier and TypeMethodDescriptionfinal Modality
Stage.getModality()
Retrieves the modality attribute for this stage.static Modality
Returns the enum constant of this class with the specified name.static Modality[]
Modality.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
Stage.initModality
(Modality modality) Specifies the modality for this stage.