|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.html.applets.AppletStubImpl
public class AppletStubImpl
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
AppletStub implementation for HtmlUnit. This is what is used by an applet to communicate
with the browser.
| Constructor Summary | |
|---|---|
AppletStubImpl(HtmlApplet htmlApplet,
HashMap<String,String> parameters,
URL codebase,
URL documentbase)
Constructs a stub for an applet node. |
|
| Method Summary | |
|---|---|
void |
appletResize(int width,
int height)
|
AppletContext |
getAppletContext()
|
URL |
getCodeBase()
|
URL |
getDocumentBase()
|
String |
getParameter(String name)
|
boolean |
isActive()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppletStubImpl(HtmlApplet htmlApplet,
HashMap<String,String> parameters,
URL codebase,
URL documentbase)
htmlApplet - the applet nodeparameters - app parameters of the appletcodebase - codebase of the appletdocumentbase - documentbase of the applet| Method Detail |
|---|
public 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 AppletStub
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||