| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| Modifier and Type | Method and Description |
|---|---|
Dialog |
Window.getModalExclusionType()
Returns the modal exclusion type of this window.
|
static Dialog |
Dialog.ModalExclusionType.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Dialog |
Dialog.ModalExclusionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
Toolkit.isModalExclusionTypeSupported(Dialog
Returns whether the given modal exclusion type is supported by this toolkit.
|
void |
Window.setModalExclusionType(Dialog
Specifies the modal exclusion type for this window.
|