| java.lang.Object org.apache.harmony.applet.Parameters
Parameters | final class Parameters (Code) | | Applet's startup parameters
|
Constructor Summary | |
| Parameters(int id, long parentWindowId, URL documentBase, int documentId, URL codeBase, String className, Map<String, String> parameters, String name, Object container) | | Parameters(int id, long parentWindowId, URL documentBase, int documentId, URL codeBase, String className, String[] paramStrings, String name, Object container) |
className | final String className(Code) | | applet's class name (without suffix '.class')
|
codeBase | final URL codeBase(Code) | | the location applet comes from
|
container | final Object container(Code) | | Java app's Container to put applet into
|
documentBase | final URL documentBase(Code) | | the location the document comes from
|
documentId | final int documentId(Code) | | document's id from the host application
|
id | final int id(Code) | | applet's id from host application
|
parentWindowId | final long parentWindowId(Code) | | host app's window to put applet into
|
|
|