Searched refs:AWT (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DSecurityConstants.java74 * Permission type used when AWT is not present.
87 * Permission factory used when AWT is not present.
99 * AWT Permissions used in the JDK.
101 public static class AWT { class in class:SecurityConstants
102 private AWT() { } method in class:SecurityConstants.AWT
110 * The PermissionFactory to create AWT permissions (or fake permissions
111 * if AWT is not present).
127 // AWT present
136 // AWT not present
/openjdk7/jdk/src/share/classes/java/awt/
H A DMouseInfo.java79 security.checkPermission(SecurityConstants.AWT.WATCH_MOUSE_PERMISSION);
H A DRobot.java50 * events to the AWT event queue or AWT components in that the
170 security.checkPermission(SecurityConstants.AWT.CREATE_ROBOT_PERMISSION);
469 SecurityConstants.AWT.READ_DISPLAY_PIXELS_PERMISSION);
556 * @throws IllegalThreadStateException if called on the AWT event dispatching thread
H A DSystemTray.java506 security.checkPermission(SecurityConstants.AWT.ACCESS_SYSTEM_TRAY_PERMISSION);
H A DToolkit.java846 * the AWT toolkit is created. All errors are handled via an
1254 * file, or other file specified by the <code>AWT.DnD.flavorMapFileURL
1618 * way the AWT loads native libraries. A number of classes in the
1619 * AWT package have a native method, initIDs(), which initializes
1625 * provided by the particular AWT implementations (for example,
1728 /* Accessor method for use by AWT package routines. */
1772 * For more information on desktop properties supported by the AWT see
1773 * <a href="doc-files/DesktopProperties.html">AWT Desktop Properties</a>.
2048 security.checkPermission(SecurityConstants.AWT.ALL_AWT_EVENTS_PERMISSION);
2117 security.checkPermission(SecurityConstants.AWT
[all...]
H A DDialog.java80 * as their owner. See <a href="doc-files/Modality.html">AWT Modality</a>
1613 SecurityConstants.AWT.TOOLKIT_MODALITY_PERMISSION
H A DWindow.java1141 * AWT Threading Issues</a> for more information.
1675 sm.checkPermission(SecurityConstants.AWT.TOOLKIT_MODALITY_PERMISSION);
1745 * >AWT Threading Issues</a> for details on AWT's threading model.
1764 * >AWT Threading Issues</a> for details on AWT's threading model.
1784 * >AWT Threading Issues</a> for details on AWT's threading model.
1804 * >AWT Threading Issues</a> for details on AWT'
[all...]
/openjdk7/jdk/test/javax/swing/JPopupMenu/6694823/
H A Dbug6694823.java64 private String allowsAlwaysOnTopPermission = SecurityConstants.AWT.SET_WINDOW_ALWAYS_ON_TOP_PERMISSION.getName();
/openjdk7/jdk/src/share/classes/java/lang/
H A DSecurityManager.java138 * Security, Runtime, Property, AWT, Reflect, and Serializable.
1344 checkPermission(SecurityConstants.AWT.TOPLEVEL_WINDOW_PERMISSION);
1394 checkPermission(SecurityConstants.AWT.ACCESS_CLIPBOARD_PERMISSION);
1399 * calling thread is not allowed to access the AWT event queue.
1411 * permission to access the AWT event queue.
1415 checkPermission(SecurityConstants.AWT.CHECK_AWT_EVENTQUEUE_PERMISSION);
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME27 conversions for the Java AWT.
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java111 String eqName = System.getProperty("AWT.EventQueueClass",
209 * The AWT lock is typically only used on Unix platforms to synchronize
466 * on the toolkit (AWT-Windows/AWT-Motif) thread. This function should
517 * Flush any pending events which haven't been posted to the AWT
1064 SecurityConstants.AWT.SET_WINDOW_ALWAYS_ON_TOP_PERMISSION);
1335 // the AWT.
2020 * Java EventQueue. The toolkit Thread (AWT-Windows/AWT-Motif) posts

Completed in 64 milliseconds