IcedTea-Web
NetX

Uses of Interface
net.sourceforge.jnlp.cache.DownloadIndicator

Packages that use DownloadIndicator
net.sourceforge.jnlp.cache This package contains the JNLP cache. 
net.sourceforge.jnlp.runtime This package contains the classes that manage the secure runtime environment for JNLP apps. 
 

Uses of DownloadIndicator in net.sourceforge.jnlp.cache
 

Classes in net.sourceforge.jnlp.cache that implement DownloadIndicator
 class DefaultDownloadIndicator
          Show the progress of downloads.
 

Uses of DownloadIndicator in net.sourceforge.jnlp.runtime
 

Methods in net.sourceforge.jnlp.runtime that return DownloadIndicator
static DownloadIndicator JNLPRuntime.getDefaultDownloadIndicator()
          Returns the default download indicator.
 

Methods in net.sourceforge.jnlp.runtime with parameters of type DownloadIndicator
static void JNLPRuntime.setDefaultDownloadIndicator(DownloadIndicator indicator)
          Sets the default download indicator.
 


IcedTea-Web
NetX

Submit a bug or feature