com.eireneh.swing
Class AppletFrame.AppletFrameStub.AppletFrameContext

java.lang.Object
com.eireneh.swing.AppletFrame.AppletFrameStub.AppletFrameContext
- All Implemented Interfaces:
- java.applet.AppletContext
- Enclosing class:
- AppletFrame.AppletFrameStub
- public class AppletFrame.AppletFrameStub.AppletFrameContext
- extends java.lang.Object
- implements java.applet.AppletContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppletFrame.AppletFrameStub.AppletFrameContext
public AppletFrame.AppletFrameStub.AppletFrameContext()
getAudioClip
public java.applet.AudioClip getAudioClip(java.net.URL u)
- Description copied from interface:
java.applet.AppletContext
- Returns an audio clip from the specified URL.
- Specified by:
getAudioClip in interface java.applet.AppletContext
getImage
public java.awt.Image getImage(java.net.URL u)
- Description copied from interface:
java.applet.AppletContext
- Returns an image from the specified URL. Note that the image is not
actually retrieved until the applet attempts to display it, so this
method returns immediately.
- Specified by:
getImage in interface java.applet.AppletContext
getApplet
public java.applet.Applet getApplet(java.lang.String name)
- Description copied from interface:
java.applet.AppletContext
- Returns the applet in the document for this object that has the
specified name.
- Specified by:
getApplet in interface java.applet.AppletContext
getApplets
public java.util.Enumeration getApplets()
- Description copied from interface:
java.applet.AppletContext
- Returns a list of all the applets in the document for this object.
- Specified by:
getApplets in interface java.applet.AppletContext
showDocument
public void showDocument(java.net.URL u)
- Description copied from interface:
java.applet.AppletContext
- Displays the web page pointed to by the specified URL in the window
for this object. This page replaces the document that is currently
there.
- Specified by:
showDocument in interface java.applet.AppletContext
showDocument
public void showDocument(java.net.URL u,
java.lang.String t)
- Description copied from interface:
java.applet.AppletContext
- Displays the web page pointed to be the sepcified URL in the window
with the specified name. The standard names "_top", "_blank",
"_parent", and "_self" are allowed. An applet viewer may disregard
this request.
- Specified by:
showDocument in interface java.applet.AppletContext
showStatus
public void showStatus(java.lang.String s)
- Description copied from interface:
java.applet.AppletContext
- Displays the specified message in the status window if that window
exists.
- Specified by:
showStatus in interface java.applet.AppletContext