See: Description
Class | Description |
---|---|
AvatarsAccessChooser |
An
AvatarsAccessChooser is able to present several forms
of choice dialog in order to determine the user's preferences for
access to avatar definition files, in particular whether remote or
local definition files should be used, and in the latter case whether
local files already exist or whether they should be downloaded from
a remote site. |
AvatarsAccessChooser.AccessChoice |
Defines the choices for access to avatar definitions:
local vs.
|
AvatarsConfigManager |
The purpose of an
AvatarsConfigManager is to ensure that
the JA_HOME preferences key is properly defined, so that a JA
app has access to the necessary avatar definition files. |
AvatarsFolderDialog |
A wrapper for a
JFileChooser , used to determine a local
avatar definitions folder. |
DeploymentParameters | |
JAExtraInstaller |
A
JAExtraInstaller installs an extra JASigning
component. |
JAHomeLocalUpdateManager |
Provides services that may be required after a new local
JA_HOME directory has been established for the host system,
in particular,
setting the JA_HOME preferences key,
and updating Java Plug In applet parameters. |
JAHomeStatus |
Records the value of the system-wide JA_HOME URL preferences setting,
together with some status information about the local or remote
folder at that URL.
|
JAInstaller |
A
JAInstaller installs JASigning components
from a given remote location to a given local directory. |
JASigningInstaller | |
JPIArgumentsUpdater |
A
JPIArgumentsUpdater allows the Java Plugin arguments
to be updated. |
LicenceDialog |
A dialog that fetches a licence text from a given URL, displays the
text, and gets the user to accept or decline its terms.
|
MSVCRedistInfo |
Provides information on MS Visual C++ Redistributable package
downloads based on the value of the system property
ja.msvc.version.for.jaglib . |
NativeLibLoader |
Supports the
JNLP Applet Launcher,
by providing a
loadLibrary() method that uses the JNLP
applet launcher when executed under its control. |
ProgressInputStream |
A ProgressInputStream is similar to a Swing ProgressMonitorInputStream,
but the expected stream size is given as a constructor parameter,
which means that a PIS's progress window is more likely than a
PMIS's to appear when the underlying input stream comes from a remote
URL.
|
ZIPContentsDownloader | |
ZIPInstaller |
A
ZIPInstaller can install a remote ZIP archive in a folder
on the local hard disc, displaying a progress/cancel dialog
if appropriate. |
ZIPListInstaller |
A
ZIPListInstaller installs a list of ZIPs into a given
local directory from a given download location. |
Provides support for explicit installation on the user's local system of the resources (native libraries and avatar definitions) needed to support HTML applets that use JASigning avatars.
Most of this support is redundant in more recent versions of JASigning (specifically, since 0.9.5c) which use the JNLP Applet Launcher or (for Java 6 on Windows) JNLP-based applet tags.