API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.applet. AppletStub View Source
Author(s)
Arthur van Hoff
Since
JDK1.0
Version
1.27, 07/27/06
Serial
Hierarchy
 AppletStub
Subinterfaces
Description
public interface AppletStub
  When an applet is first created, an applet stub is attached to it using the applet's setStub method.
Methods
Hide/Show inherited methods
public void appletResize (int width, int height)
  Called when the applet wants to be resized.
public AppletContext getAppletContext ()
  Returns the applet's context.
public URL getCodeBase ()
  Gets the base URL.
public URL getDocumentBase ()
  Gets the URL of the document in which the applet is embedded.
public String getParameter (String name)
  Returns the value of the named parameter in the HTML tag.
public boolean isActive ()
  Determines if the applet is active.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar