Class mudclient_Debug.rsStub

java.lang.Object
  |
  +--mudclient_Debug.rsStub
All Implemented Interfaces:
AppletContext, AppletStub
Enclosing class:
mudclient_Debug

public static class mudclient_Debug.rsStub
extends Object
implements AppletContext, AppletStub


Constructor Summary
mudclient_Debug.rsStub()
           
 
Method Summary
 void appletResize(int width, int height)
           
 Applet getApplet(String name)
           
 AppletContext getAppletContext()
           
 Enumeration getApplets()
           
 AudioClip getAudioClip(URL url)
           
 URL getCodeBase()
           
 URL getDocumentBase()
           
 Image getImage(URL url)
           
 String getParameter(String name)
           
 InputStream getStream(String key)
           
 Iterator getStreamKeys()
           
 boolean isActive()
           
 void setStream(String key, InputStream stream)
           
 void showDocument(URL url)
           
 void showDocument(URL url, String target)
           
 void showStatus(String status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

mudclient_Debug.rsStub

public mudclient_Debug.rsStub()
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

getApplet

public Applet getApplet(String name)
Specified by:
getApplet in interface AppletContext

getApplets

public Enumeration getApplets()
Specified by:
getApplets in interface AppletContext

getAudioClip

public AudioClip getAudioClip(URL url)
Specified by:
getAudioClip in interface AppletContext

getImage

public Image getImage(URL url)
Specified by:
getImage in interface AppletContext

getStream

public InputStream getStream(String key)
Specified by:
getStream in interface AppletContext

getStreamKeys

public Iterator getStreamKeys()
Specified by:
getStreamKeys in interface AppletContext

setStream

public void setStream(String key,
                      InputStream stream)
               throws IOException
Specified by:
setStream in interface AppletContext
IOException

showDocument

public void showDocument(URL url)
Specified by:
showDocument in interface AppletContext

showDocument

public void showDocument(URL url,
                         String target)
Specified by:
showDocument in interface AppletContext

showStatus

public void showStatus(String status)
Specified by:
showStatus in interface AppletContext

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