|
|
|||||||||||||
Class AwtUIAppletpublic class AwtUIApplet extends Applet { // Constructors public AwtUIApplet(UIApplet applet); // Methods public IUIRootContainer getRoot(); public UIApplet getUIApplet(); } This class is a bridge class that is used in conjunction with the UIApplet class to enable an AFC applet to run in an AWT environment. See the UIApplet class overview for an example showing how to use these classes to create AFC applets. If any of an applet's methods are to be scriptable, they must be exposed to the applet's host in this class and implemented in the UIApplet class. Applet | +--AwtUIApplet ConstructorsAwtUIAppletpublic AwtUIApplet(UIApplet applet); MethodsgetRootpublic IUIRootContainer getRoot(); getUIAppletpublic UIApplet getUIApplet();
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |