Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Java SE, Sun OpenJDK7.b12
Package:
java.awt
Enum
public
enum
Dialog.ModalityType
Overview
Inheritance
Members
Usage
Source
Books
Since
1.6
Version
Not specified.
Author(s)
Not specified.
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.
See also
getModalityType()
setModalityType(Dialog.ModalityType)
isModalityTypeSupported(Dialog.ModalityType)
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
ModalityTypeenum specifies modal types and their associated scopes.