| Package | Description | 
|---|---|
| net.sourceforge.jnlp | This package contains the classes that represent the parts of a Java Network
 Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file
 as an application, applet, or installer. | 
| net.sourceforge.jnlp.cache | This package contains the JNLP cache. | 
| net.sourceforge.jnlp.event | |
| net.sourceforge.jnlp.tools | 
| Constructor and Description | 
|---|
| JNLPSplashScreen(ResourceTracker resourceTracker,
                JNLPFile file) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Resource. addTracker(ResourceTracker tracker)Adds the tracker to the list of trackers monitoring this
 resource. | 
| void | Resource. removeTracker(ResourceTracker tracker)Removes the tracker to the list of trackers monitoring this
 resource. | 
| static void | CacheUtil. waitForResources(ApplicationInstance app,
                ResourceTracker tracker,
                java.net.URL[] resources,
                java.lang.String title)Waits until the resources are downloaded, while showing a
 progress indicator. | 
| Constructor and Description | 
|---|
| NativeLibraryStorage(ResourceTracker tracker) | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceTracker | DownloadEvent. getTracker() | 
| Constructor and Description | 
|---|
| DownloadEvent(ResourceTracker source,
             Resource resource)Creates a launch event for the specified application
 instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JarCertVerifier. add(java.util.List<JARDesc> jars,
   ResourceTracker tracker)Update the verifier to consider new jars when verifying. | 
| static boolean | JarCertVerifier. isJarSigned(JARDesc jar,
           AppVerifier verifier,
           ResourceTracker tracker) |