Uses of Enum
javafx.stage.Modality
Packages that use Modality
-
Uses of Modality in javafx.scene.control
Methods in javafx.scene.control that return ModalityModifier and TypeMethodDescriptionfinal Modality
Dialog.getModality()
Retrieves the modality attribute for this dialog.Methods in javafx.scene.control with parameters of type ModalityModifier and TypeMethodDescriptionfinal void
Dialog.initModality
(Modality modality) Specifies the modality for this dialog. -
Uses of Modality in javafx.stage
Methods in javafx.stage that return ModalityModifier and TypeMethodDescriptionfinal Modality
Stage.getModality()
Retrieves the modality attribute for this stage.static Modality
Returns the enum constant of this type with the specified name.static Modality[]
Modality.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javafx.stage with parameters of type ModalityModifier and TypeMethodDescriptionfinal void
Stage.initModality
(Modality modality) Specifies the modality for this stage.