DhObjectFactory | +--DhAppletFactorypublic class DhAppletFactory
Creates an Applet object and adds it to the document. To use this, construct a DhAppletFactory object given the the URL or the class identifier (CLASSID) of an existing applet.
Constructors
Name | Description |
---|---|
DhAppletFactory() | Creates a DhAppletFactory object. |
DhAppletFactory(String className) | Creates a DhAppletFactory object. |
DhAppletFactory(String className, String codeBase) | Creates a DhAppletFactory object. |
DhAppletFactory(String className, String codeBase, AppletContext context) | Creates a DhAppletFactory object. |
Methods
Name | Description |
---|---|
getAppletPeer() | Retrieves the Applet object representing the applet instantiation. |
setAppletContext( AppletContext appcontext) | Sets the applet context for the applet. |
Creates a DhAppletFactory object.
Creates a DhAppletFactory object.
Creates a DhAppletFactory object.
Creates a DhAppletFactory object.
Retrieves the Applet object representing the applet instantiation. Returns the java.applet.Applet object.
Sets the applet context for the applet.