Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.swing
Class AppletFrame.AppletFrameStub.AppletFrameContext  view AppletFrame.AppletFrameStub.AppletFrameContext download AppletFrame.AppletFrameStub.AppletFrameContext.java

java.lang.Object
  extended bycom.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


Constructor Summary
AppletFrame.AppletFrameStub.AppletFrameContext()
           
 
Method Summary
 java.applet.Applet getApplet(java.lang.String name)
          Returns the applet in the document for this object that has the specified name.
 java.util.Enumeration getApplets()
          Returns a list of all the applets in the document for this object.
 java.applet.AudioClip getAudioClip(java.net.URL u)
          Returns an audio clip from the specified URL.
 java.awt.Image getImage(java.net.URL u)
          Returns an image from the specified URL.
 void showDocument(java.net.URL u)
          Displays the web page pointed to by the specified URL in the window for this object.
 void showDocument(java.net.URL u, java.lang.String t)
          Displays the web page pointed to be the sepcified URL in the window with the specified name.
 void showStatus(java.lang.String s)
          Displays the specified message in the status window if that window exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.applet.AppletContext
getStream, getStreamKeys, setStream
 

Constructor Detail

AppletFrame.AppletFrameStub.AppletFrameContext

public AppletFrame.AppletFrameStub.AppletFrameContext()
Method Detail

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