Uses of Interface
java.applet.AppletStub

Packages that use AppletStub
java.applet   
java.beans   
 

Uses of AppletStub in java.applet
 

Fields in java.applet declared as AppletStub
private  AppletStub Applet.stub
          Applets can be serialized but the following conventions MUST be followed: Before Serialization: An applet must be in STOPPED state.
 

Methods in java.applet with parameters of type AppletStub
 void Applet.setStub(AppletStub stub)
          Sets this applet's stub.
 

Uses of AppletStub in java.beans
 

Classes in java.beans that implement AppletStub
(package private)  class BeansAppletStub
          Package private support class.