Java Platform 1.2
Beta 4

Uses of Class
java.applet.Applet

Packages that use Applet
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.  
java.beans Contains classes related to Java Beans development.  
org.omg.CORBA   
 

Uses of Applet in com.sun.java.swing
 

Subclasses of Applet in com.sun.java.swing
  JApplet
          An extended version of java.applet.
 

Uses of Applet in java.applet
 

Methods in java.applet that return Applet
 Applet AppletContext.getApplet(String name)
          Finds and returns the applet in the document represented by this applet context with the given name.
 

Uses of Applet in java.beans
 

Methods in java.beans with parameters of type Applet
 void AppletInitializer.initialize(Applet newAppletBean, BeanContext bCtxt)
           If passed to the appropriate variant of java.beans.
 void AppletInitializer.activate(Applet newApplet)
           Activate, and/or mark Applet active.
 

Uses of Applet in org.omg.CORBA
 

Methods in org.omg.CORBA with parameters of type Applet
static ORB ORB.init(Applet app, Properties props)
          Creates a new ORB instance for an applet.
protected abstract  void ORB.set_parameters(Applet app, Properties props)
          Allows the ORB implementation to be initialized with the given applet and parameters.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.