com.croftsoft.core.gui.multi
Class MultiAppletStub

java.lang.Object
  extended by com.croftsoft.core.gui.multi.MultiAppletStub
All Implemented Interfaces:
AppletStub

public final class MultiAppletStub
extends Object
implements AppletStub

An AppletStub interface for an applet that contains applets.

Since:
2002-12-21
Version:
2003-05-04
Author:
David Wallace Croft

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

Constructor Detail

MultiAppletStub

public MultiAppletStub(Applet parentApplet)
Method Detail

appletResize

public void appletResize(int width,
                         int height)
Specified by:
appletResize in interface AppletStub

getAppletContext

public AppletContext getAppletContext()
Specified by:
getAppletContext in interface AppletStub

getCodeBase

public URL getCodeBase()
Specified by:
getCodeBase in interface AppletStub

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

setActive

public void setActive(boolean active)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)