org.onemind.swingweb.awt
Class EmptyAppletStub

java.lang.Object
  extended byorg.onemind.swingweb.awt.EmptyAppletStub
All Implemented Interfaces:
java.applet.AppletStub

public class EmptyAppletStub
extends java.lang.Object
implements java.applet.AppletStub


Constructor Summary
EmptyAppletStub()
           
 
Method Summary
 void appletResize(int width, int height)
           
 java.applet.AppletContext getAppletContext()
           
 java.net.URL getCodeBase()
           
 java.net.URL getDocumentBase()
           
 java.lang.String getParameter(java.lang.String name)
           
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyAppletStub

public EmptyAppletStub()
Method Detail

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.