Interface | Description |
---|---|
DownloadIndicator |
A DownloadIndicator creates DownloadServiceListeners that are
notified of resources being transferred and their progress.
|
Class | Description |
---|---|
CacheEntry |
Describes an entry in the cache.
|
CacheUtil |
Provides static methods to interact with the cache, download
indicator, and other utility methods.
|
DefaultDownloadIndicator |
Show the progress of downloads.
|
DefaultDownloadIndicator.DownloadPanel |
Groups the url progress in a panel.
|
DefaultDownloadIndicator.ProgressPanel |
A progress bar with the URL next to it.
|
Resource |
Information about a single resource to download.
|
ResourceTracker |
This class tracks the downloading of various resources of a
JNLP file to local files in the cache.
|
UpdatePolicy |
A policy that determines when a resource should be checked for
an updated version.
|