Uses of Interface
net.sourceforge.jnlp.cache.DownloadIndicator
-
Packages that use DownloadIndicator Package Description 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 Modifier and Type Class Description class
DefaultDownloadIndicator
Show the progress of downloads. -
Uses of DownloadIndicator in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that return DownloadIndicator Modifier and Type Method Description static DownloadIndicator
JNLPRuntime. getDefaultDownloadIndicator()
Methods in net.sourceforge.jnlp.runtime with parameters of type DownloadIndicator Modifier and Type Method Description static void
JNLPRuntime. setDefaultDownloadIndicator(DownloadIndicator indicator)
Sets the default download indicator.
-