Methods Summary |
---|
public static org.apache.harmony.awt.ComponentInternals | getComponentInternals()
return ContextStorage.getComponentInternals();
|
public static void | setComponentInternals(org.apache.harmony.awt.ComponentInternals internals)This method must be called by AWT to establish the connection
ContextStorage.setComponentInternals(internals);
|
public abstract void | setDesktopProperty(java.lang.String name, java.lang.Object value)Makes it possible to call protected Toolkit.setDesktopProperty()
method from any class outside of java.awt package
|
public abstract void | shutdown()Terminate event dispatch thread, completely destroy AWT context.
Intended for multi-context mode, in single-context mode does nothing.
|