creamtec.webcream.gui
Class WebCreamAppletStub
java.lang.Object
creamtec.webcream.gui.WebCreamAppletStub
- All Implemented Interfaces:
- java.applet.AppletStub
public class WebCreamAppletStub
- extends java.lang.Object
- implements java.applet.AppletStub
WebCream implementation of AppletStub interface. An instance of WebCreamAppletStub
is returned to applets running in WebCream
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebCreamAppletStub
public WebCreamAppletStub()
isActive
public boolean isActive()
- Specified by:
isActive in interface java.applet.AppletStub
getDocumentBase
public java.net.URL getDocumentBase()
- Specified by:
getDocumentBase in interface java.applet.AppletStub
getCodeBase
public java.net.URL getCodeBase()
- Specified by:
getCodeBase in interface java.applet.AppletStub
getParameter
public java.lang.String getParameter(java.lang.String name)
- Specified by:
getParameter in interface java.applet.AppletStub
getAppletContext
public java.applet.AppletContext getAppletContext()
- Specified by:
getAppletContext in interface java.applet.AppletStub
appletResize
public void appletResize(int width,
int height)
- Specified by:
appletResize in interface java.applet.AppletStub
getInstance
public static WebCreamAppletStub getInstance()
Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.