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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DAppContext.java52 * The AppContext is a table referenced by ThreadGroup which stores
55 * The AppContext allows applet access to what would otherwise be
62 * The AppContext works with the former method by extending the concept
64 * lookup their singleton in the AppContext.<p>
66 * For example, here we have a Foo service, with its pre-AppContext
86 * Here's the Foo class written to use the AppContext:<p>
90 * Foo foo = (Foo)AppContext.getAppContext().get(Foo.class);
101 * Since a separate AppContext can exist for each ThreadGroup, trusted
104 * within the AppContext "sandbox". For example, say a malicious applet
110 * an AppContext, th
133 public final class AppContext { class
232 AppContext(ThreadGroup threadGroup) { method in class:AppContext
[all...]

Completed in 30 milliseconds