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 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
Subclasses with type arguments of type Modality in javafx.stageModifier and TypeClassDescriptionenumThis enum defines the possible modality types for aStage.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 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 voidStage.initModality(Modality modality) Specifies the modality for this stage.