API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans. AppletInitializer View Source
Author(s)
Since
1.2
Version
1.13, 11/17/05
Serial
Hierarchy
 AppletInitializer
Subinterfaces
Description
public interface AppletInitializer
  This interface is designed to work in collusion with java.beans.Beans.instantiate.
Methods
Hide/Show inherited methods
public void activate (Applet newApplet)
  Activate, and/or mark Applet active.
public void initialize (Applet newAppletBean, BeanContext bCtxt)
  If passed to the appropriate variant of java.beans.Beans.instantiate this method will be called in order to associate the newly instantiated Applet (JavaBean) with its AppletContext, AppletStub, and Container.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar