Searched defs:TOOLKIT_MODAL (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DDialog.java170 * A <code>TOOLKIT_MODAL</code> dialog blocks all top-level windows run
177 * toolkit-modal dialogs. If a <code>TOOLKIT_MODAL</code> dialog is being created
180 * to <code>TOOLKIT_MODAL</code> and this permission is not granted, a
184 TOOLKIT_MODAL enum constant in enum:Dialog.ModalityType
1054 if (modalityType == ModalityType.TOOLKIT_MODAL) {
1091 if (modalityType == ModalityType.TOOLKIT_MODAL) {
1542 case TOOLKIT_MODAL:
1609 if (mt == ModalityType.TOOLKIT_MODAL) {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java100 static final int TOOLKIT_MODAL = 3; field in class:CPlatformWindow

Completed in 41 milliseconds