org.activemath.applets
Class RelayedAppletStub
java.lang.Object
org.activemath.applets.RelayedAppletStub
- All Implemented Interfaces:
- AppletStub, Runnable
public class RelayedAppletStub
- extends Object
- implements AppletStub, Runnable
- Version:
|
Field Summary |
static boolean |
DEBUG
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static boolean DEBUG
RelayedAppletStub
public RelayedAppletStub(Applet parentApplet,
URL loadFrom)
run
public void run()
- Specified by:
run in interface Runnable
appletResize
public void appletResize(int width,
int height)
- No-op
- Specified by:
appletResize in interface AppletStub
getAppletContext
public AppletContext getAppletContext()
- Delegates to the parent
- Specified by:
getAppletContext in interface AppletStub
getCodeBase
public URL getCodeBase()
- Specified by:
getCodeBase in interface AppletStub
- Throws:
getDocumentBase
public URL getDocumentBase()
- Specified by:
getDocumentBase in interface AppletStub
getParameter
public String getParameter(String name)
- Specified by:
getParameter in interface AppletStub
isActive
public boolean isActive()
- Specified by:
isActive in interface AppletStub
getAppletClassName
public String getAppletClassName()
getWidth
public int getWidth()
getHeight
public int getHeight()
getTitle
public String getTitle()
getException
public Exception getException()
waitUntilFinished
public void waitUntilFinished()
throws InterruptedException
- Throws:
InterruptedException
throwIfNotFinished
public void throwIfNotFinished()
throws IllegalStateException
- Throws:
IllegalStateException