JavaScript is disabled on your browser.
JavaScript is disabled on your browser.
Uses of Class java.applet.Applet
Packages that use Applet
Package
Description
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 developing beans -- components based on
the JavaBeans™ architecture.
javax.swing
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
netscape.javascript
Provides Java code the ability to access the JavaScript engine and the
HTML DOM in the web browser.
org.omg.CORBA
Provides the mapping of the OMG CORBA APIs to the Java™
programming language, including the class ORB
, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
Methods in java.applet that return Applet
Modifier and Type
Method
Description
Applet
AppletContext. getApplet (String name)
Deprecated.
Finds and returns the applet in the document represented by this
applet context with the given name.
Methods in java.applet that return types with arguments of type Applet
Modifier and Type
Method
Description
Enumeration <Applet >
AppletContext. getApplets ()
Deprecated.
Finds all the applets in the document represented by this applet
context.
Methods in java.beans with parameters of type Applet
Modifier and Type
Method
Description
void
AppletInitializer. activate (Applet newApplet)
Deprecated.
Activate, and/or mark Applet active.
void
AppletInitializer. initialize (Applet newAppletBean,
BeanContext bCtxt)
Deprecated.
If passed to the appropriate variant of java.beans.Beans.instantiate
this method will be called in order to associate the newly instantiated
Applet (JavaBean) with its AppletContext, AppletStub, and Container.
JavaScript is disabled on your browser.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2017, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .
Scripting on this page tracks web page traffic, but does not change the content in any way.