|
|||||||||
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 prefs,
java.lang.String[] args,
java.applet.Applet applet,
JAEnv jaenv)
Factory method for a new JAOptions set, using
the Preferences node name prefs , with
supplementary options and their mode as specified by the given
command-line argumments (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 prefs,
java.lang.String[] args,
JAEnv jaenv)
Factory method for a new JAOptions set, using
the Preferences node name prefs , with
supplementary options and their mode as specified by the given
command-line argumments (see JAOptions class description);
the option set belongs to an application, and
jaenv is the JA environment that hosts it. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |