Module java.desktop
Package java.awt

Enum Class Dialog.ModalityType

java.lang.Object
java.lang.Enum<Dialog.ModalityType>
java.awt.Dialog.ModalityType
All Implemented Interfaces:
Serializable, Comparable<Dialog.ModalityType>, Constable
Enclosing class:
Dialog

public static enum Dialog.ModalityType extends Enum<Dialog.ModalityType>
Modal dialogs block all input to some top-level windows. Whether a particular window is blocked depends on dialog's type of modality; this is called the "scope of blocking". The ModalityType enum specifies modal types and their associated scopes.
Since:
1.6
See Also: