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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.eireneh.swing.AppletFrame.AppletFrameStub
All Implemented Interfaces:
java.applet.AppletStub
Enclosing class:
AppletFrame

public class AppletFrame.AppletFrameStub
extends java.lang.Object
implements java.applet.AppletStub

So that we can be an AppletStub


Nested Class Summary
 class AppletFrame.AppletFrameStub.AppletFrameContext
           
 
Field Summary
private  AppletFrame.AppletFrameStub.AppletFrameContext afc
           
 
Constructor Summary
AppletFrame.AppletFrameStub()
           
 
Method Summary
 void appletResize(int w, int h)
          Requests that the applet window for this applet be resized.
 java.applet.AppletContext getAppletContext()
          Returns the applet context for this applet.
 java.net.URL getCodeBase()
          Returns the URL of the code base for this applet.
 java.net.URL getDocumentBase()
          Returns the basename URL of the document this applet is embedded in.
 java.lang.String getParameter(java.lang.String name)
          Returns the value of the specified parameter that was specified in the <APPLET> tag for this applet.
 boolean isActive()
          Tests whether or not this applet is currently active.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

afc

private AppletFrame.AppletFrameStub.AppletFrameContext afc
Constructor Detail

AppletFrame.AppletFrameStub

public AppletFrame.AppletFrameStub()
Method Detail

isActive

public boolean isActive()
Description copied from interface: java.applet.AppletStub
Tests whether or not this applet is currently active. An applet is active just before the browser invokes start(), and becomes inactive just before the browser invokes stop().

Specified by:
isActive in interface java.applet.AppletStub

getDocumentBase

public java.net.URL getDocumentBase()
Description copied from interface: java.applet.AppletStub
Returns the basename URL of the document this applet is embedded in. This is everything up to the final '/'.

Specified by:
getDocumentBase in interface java.applet.AppletStub

getCodeBase

public java.net.URL getCodeBase()
Description copied from interface: java.applet.AppletStub
Returns the URL of the code base for this applet.

Specified by:
getCodeBase in interface java.applet.AppletStub

getParameter

public java.lang.String getParameter(java.lang.String name)
Description copied from interface: java.applet.AppletStub
Returns the value of the specified parameter that was specified in the <APPLET> tag for this applet.

Specified by:
getParameter in interface java.applet.AppletStub

getAppletContext

public java.applet.AppletContext getAppletContext()
Description copied from interface: java.applet.AppletStub
Returns the applet context for this applet.

Specified by:
getAppletContext in interface java.applet.AppletStub

appletResize

public void appletResize(int w,
                         int h)
Description copied from interface: java.applet.AppletStub
Requests that the applet window for this applet be resized.

Specified by:
appletResize in interface java.applet.AppletStub