public class AppletStubImpl extends Object implements AppletStub
AppletStub implementation for HtmlUnit. This is what is used by an applet to communicate
with the browser.| Constructor and Description |
|---|
AppletStubImpl(HtmlApplet htmlApplet)
Constructs a stub for an applet node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
appletResize(int width,
int height) |
AppletContext |
getAppletContext() |
URL |
getCodeBase() |
URL |
getDocumentBase() |
String |
getParameter(String name) |
boolean |
isActive() |
public AppletStubImpl(HtmlApplet htmlApplet)
htmlApplet - the applet nodepublic void appletResize(int width,
int height)
appletResize in interface AppletStubpublic AppletContext getAppletContext()
getAppletContext in interface AppletStubpublic URL getCodeBase()
getCodeBase in interface AppletStubpublic URL getDocumentBase()
getDocumentBase in interface AppletStubpublic String getParameter(String name)
getParameter in interface AppletStubpublic boolean isActive()
isActive in interface AppletStubCopyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.