java.beans
Class BeansAppletStub

java.lang.Object
  |
  +--java.beans.BeansAppletStub

class BeansAppletStub
extends Object
implements AppletStub

Package private support class. This provides an AppletStub for beans which are applets.


Field Summary
(package private)  boolean active
           
(package private)  java.net.URL codeBase
           
(package private)  AppletContext context
           
(package private)  java.net.URL docBase
           
(package private)  Applet target
           
 
Constructor Summary
(package private) BeansAppletStub(Applet target, AppletContext context, java.net.URL codeBase, java.net.URL docBase)
           
 
Method Summary
 void appletResize(int width, int height)
           
 AppletContext getAppletContext()
           
 java.net.URL getCodeBase()
           
 java.net.URL getDocumentBase()
           
 String getParameter(String name)
           
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

active

transient boolean active

target

transient Applet target

context

transient AppletContext context

codeBase

transient java.net.URL codeBase

docBase

transient java.net.URL docBase
Constructor Detail

BeansAppletStub

BeansAppletStub(Applet target,
                AppletContext context,
                java.net.URL codeBase,
                java.net.URL docBase)
Method Detail

isActive

public boolean isActive()
Specified by:
isActive in interface AppletStub

getDocumentBase

public java.net.URL getDocumentBase()
Specified by:
getDocumentBase in interface AppletStub

getCodeBase

public java.net.URL getCodeBase()
Specified by:
getCodeBase in interface AppletStub

getParameter

public String getParameter(String name)
Specified by:
getParameter in interface AppletStub

getAppletContext

public AppletContext getAppletContext()
Specified by:
getAppletContext in interface AppletStub

appletResize

public void appletResize(int width,
                         int height)
Specified by:
appletResize in interface AppletStub