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 ModalityDialog.getModality()Retrieves the modality attribute for this dialog.Methods in javafx.scene.control with parameters of type ModalityModifier and TypeMethodDescriptionfinal voidDialog.initModality(Modality modality) Specifies the modality for this dialog. -
Uses of Modality in javafx.stage
Methods in javafx.stage that return ModalityModifier and TypeMethodDescriptionfinal ModalityStage.getModality()Retrieves the modality attribute for this stage.static ModalityReturns 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 voidStage.initModality(Modality modality) Specifies the modality for this stage.