org.onemind.swingweb.awt
Class EmptyAppletStub
java.lang.Object
org.onemind.swingweb.awt.EmptyAppletStub
- All Implemented Interfaces:
- java.applet.AppletStub
- public class EmptyAppletStub
- extends java.lang.Object
- implements java.applet.AppletStub
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyAppletStub
public EmptyAppletStub()
isActive
public boolean isActive()
- Specified by:
isActive
in interface java.applet.AppletStub
appletResize
public void appletResize(int width,
int height)
- Specified by:
appletResize
in interface java.applet.AppletStub
getAppletContext
public java.applet.AppletContext getAppletContext()
- Specified by:
getAppletContext
in interface java.applet.AppletStub
getCodeBase
public java.net.URL getCodeBase()
- Specified by:
getCodeBase
in interface java.applet.AppletStub
getDocumentBase
public java.net.URL getDocumentBase()
- Specified by:
getDocumentBase
in interface java.applet.AppletStub
getParameter
public java.lang.String getParameter(java.lang.String name)
- Specified by:
getParameter
in interface java.applet.AppletStub
Copyright © 2004-2007 . All Rights Reserved.