public static enum DialogWrapper.IdeModalityType extends java.lang.Enum<DialogWrapper.IdeModalityType>
Modifier and Type | Method and Description |
---|---|
java.awt.Dialog.ModalityType |
toAwtModality() |
static DialogWrapper.IdeModalityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DialogWrapper.IdeModalityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DialogWrapper.IdeModalityType IDE
public static final DialogWrapper.IdeModalityType PROJECT
public static final DialogWrapper.IdeModalityType MODELESS
public static DialogWrapper.IdeModalityType[] values()
for (DialogWrapper.IdeModalityType c : DialogWrapper.IdeModalityType.values()) System.out.println(c);
public static DialogWrapper.IdeModalityType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.awt.Dialog.ModalityType toAwtModality()