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 AppletStub
public AppletContext getAppletContext()
getAppletContext
in interface AppletStub
public URL getCodeBase()
getCodeBase
in interface AppletStub
public URL getDocumentBase()
getDocumentBase
in interface AppletStub
public String getParameter(String name)
getParameter
in interface AppletStub
public boolean isActive()
isActive
in interface AppletStub
Copyright © 2002-2013 Gargoyle Software Inc.. All Rights Reserved.