This is an internal interface used when implementing an applet viewer.
public abstract interface AppletStub {
// Public Instance Methods
public abstract void appletResize(int width, int height);
public abstract AppletContext getAppletContext();
public abstract URL getCodeBase();
public abstract URL getDocumentBase();
public abstract String getParameter(String name);
public abstract boolean isActive();
}
Applet.setStub()
| This HTML Help has been published using the chm2web software. |