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 classORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of Applet in java.applet
Methods in java.applet that return Applet Modifier and Type Method Description AppletAppletContext. 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. -
Uses of Applet in java.beans
Methods in java.beans with parameters of type Applet Modifier and Type Method Description voidAppletInitializer. activate(Applet newApplet)Deprecated.Activate, and/or mark Applet active.voidAppletInitializer. 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. -
Uses of Applet in javax.swing
Subclasses of Applet in javax.swing Modifier and Type Class Description classJAppletDeprecated.The Applet API is deprecated. See the java.applet package documentation for further information.Methods in javax.swing with parameters of type Applet Modifier and Type Method Description voidRepaintManager. addDirtyRegion(Applet applet, int x, int y, int w, int h)Deprecated.The Applet API is deprecated. See the java.applet package documentation for further information. -
Uses of Applet in netscape.javascript
Methods in netscape.javascript with parameters of type Applet Modifier and Type Method Description static JSObjectJSObject. getWindow(Applet applet)Deprecated.The Applet API is deprecated. See the java.applet package documentation for further information. -
Uses of Applet in org.omg.CORBA
Methods in org.omg.CORBA with parameters of type Applet Modifier and Type Method Description static ORBORB. init(Applet app, Properties props)Creates a newORBinstance for an applet.protected abstract voidORB. set_parameters(Applet app, Properties props)Allows the ORB implementation to be initialized with the given applet and parameters.
-