Save This Page
Home » openjdk-7 » java » beans » [javadoc | source]
java.beans
class: BeansAppletStub [javadoc | source]
java.lang.Object
   java.beans.BeansAppletStub

All Implemented Interfaces:
    AppletStub

Package private support class. This provides an AppletStub for beans which are applets.
Field Summary
transient  boolean active     
transient  Applet target     
transient  AppletContext context     
transient  URL codeBase     
transient  URL docBase     
Constructor:
 BeansAppletStub(Applet target,
    AppletContext context,
    URL codeBase,
    URL docBase) 
Method from java.beans.BeansAppletStub Summary:
appletResize,   getAppletContext,   getCodeBase,   getDocumentBase,   getParameter,   isActive
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.beans.BeansAppletStub Detail:
 public  void appletResize(int width,
    int height) 
 public AppletContext getAppletContext() 
 public URL getCodeBase() 
 public URL getDocumentBase() 
 public String getParameter(String name) 
 public boolean isActive()