Uses of Enum Class
javafx.stage.Modality
Packages that use 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
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
Subclasses with type arguments of type Modality in javafx.stageModifier and TypeClassDescriptionenum
This enum defines the possible modality types for aStage
.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 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.Methods in javafx.stage with parameters of type ModalityModifier and TypeMethodDescriptionfinal void
Stage.initModality
(Modality modality) Specifies the modality for this stage.