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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mudclient_Debug.rsStub
public mudclient_Debug.rsStub()
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