|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JAEnv | |
---|---|
jautil | Provides utility classes for the Java ARP avatar subsystem. |
Uses of JAEnv in jautil |
---|
Methods in jautil that return JAEnv | |
---|---|
JAEnv |
JAOptions.getJAEnv()
Returns the JAEnv instance for this JAOptions set. |
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. |
Methods in jautil with parameters of type JAEnv | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |