Packages
 In this topic

*Constructors

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.ui   Previous This
Package
Next

 


Class AwtUIApplet

public 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

Constructors

AwtUIApplet

public AwtUIApplet(UIApplet applet);

Creates an applet using the specified UIApplet object as the implementation of the applet.

ParameterDescription
applet The implementation of the applet.

See Also: setLayout

Methods

getRoot

public IUIRootContainer getRoot();

Retrieves the root container of the applet.

Return Value:

Returns the IUIRootContainer object associated with the applet.

getUIApplet

public UIApplet getUIApplet();

Retrieves the UIApplet associated with the AwtUIApplet.

Return Value:

Returns the UIApplet object associated with the applet.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.