swingwt.applet
Interface AppletStub


public interface AppletStub


Method Summary
 void appletResize(int width, int height)
           
 AppletContext getAppletContext()
           
 java.net.URL getCodeBase()
           
 java.net.URL getDocumentBase()
           
 java.lang.String getParameter(java.lang.String name)
           
 boolean isActive()
           
 

Method Detail

isActive

public boolean isActive()

getDocumentBase

public java.net.URL getDocumentBase()

getCodeBase

public java.net.URL getCodeBase()

getParameter

public java.lang.String getParameter(java.lang.String name)

getAppletContext

public AppletContext getAppletContext()

appletResize

public void appletResize(int width,
                         int height)