Save This Page
Home » apache-harmony-6.0-src-r917296-snapshot » sun » awt » [javadoc | source]
sun.awt
public class: AppContext [javadoc | source]
java.lang.Object
   sun.awt.AppContext
Stub class, added to make applications like Netbeans which address this class by name compilable on Harmony.
Constructor:
 AppContext(ThreadGroup group) 
Method from sun.awt.AppContext Summary:
get,   getAppContext,   put,   remove
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.awt.AppContext Detail:
 public Object get(Object key) 
 public static final AppContext getAppContext() 
    Stub method, returns the instance of this class;
 public Object put(Object key,
    Object value) 
 public Object remove(Object key)