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

/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTPermission.java32 * An <code>AWTPermission</code> contains a target name but
42 * The following table lists all the possible <code>AWTPermission</code>
48 * <table border=1 cellpadding=5 summary="AWTPermission target names, descriptions, and associated risks.">
199 public final class AWTPermission extends BasicPermission { class in inherits:BasicPermission
205 * Creates a new <code>AWTPermission</code> with the specified name.
206 * The name is the symbolic name of the <code>AWTPermission</code>,
210 * @param name the name of the AWTPermission
216 public AWTPermission(String name) method in class:AWTPermission
222 * Creates a new <code>AWTPermission</code> object with the specified name.
223 * The name is the symbolic name of the <code>AWTPermission</cod
233 public AWTPermission(String name, String actions) method in class:AWTPermission
[all...]

Completed in 28 milliseconds