Package | Description |
---|---|
jautil |
Provides utility classes for the Java ARP avatar subsystem.
|
Modifier and Type | Method and Description |
---|---|
JAEnv |
JAOptions.getJAEnv()
|
static JAEnv |
JAEnv.makeAppJAEnv()
Factory method delivering a JA environment for an app.
|
static JAEnv |
JAEnv.makeAppletJAEnv(java.net.URL codebase)
Factory method delivering a JA environment for an applet, with
the given codebase.
|
Modifier and Type | Method and Description |
---|---|
static JAOptions |
JAOptions.makeJAOptions(java.lang.String dfltnm,
java.lang.String[] args,
java.applet.Applet applet,
JAEnv jaenv)
Factory method for a new
JAOptions set, with dfltnm
as the default options name, and with supplementary options and
their mode as specified by the given command-line arguments
(see JAOptions class description);
the option set belongs to an application, and
jaenv is the JA environment that hosts it. |
static JAOptions |
JAOptions.makeJAOptions(java.lang.String dfltnm,
java.lang.String[] args,
java.applet.Applet applet,
java.util.Properties argProps,
JAEnv jaenv)
Factory method for a new
JAOptions set, with dfltnm
as the default options name, prefs , and with supplementary
options and their mode as specified by the given
command-line arguments (see JAOptions class description);
applet is the applet that owns the option set, or null
if the set belongs to an application, and
jaenv is the JA environment that hosts the option set. |
static JAOptions |
JAOptions.makeJAOptions(java.lang.String dfltnm,
java.lang.String[] args,
java.util.Properties argProps,
JAEnv jaenv) |