Uses of Interface
ca.cgjennings.algo.ProgressListener
-
Packages that use ProgressListener Package Description ca.cgjennings.algo ca.cgjennings.algo.compression ca.cgjennings.apps.arkham.plugins ca.cgjennings.apps.arkham.plugins.debugging -
-
Uses of ProgressListener in ca.cgjennings.algo
Classes in ca.cgjennings.algo that implement ProgressListener Modifier and Type Class Description class
ProgressBarAdapter
A progress listener that safely updates a progress bar from any thread.class
ProgressRangeAdapter
An adapter that can be wrapped around a progress listener to scale the update messages it receives to a certain range.Methods in ca.cgjennings.algo that return ProgressListener Modifier and Type Method Description ProgressListener
MonitoredAlgorithm. setProgressListener(ProgressListener li)
Sets the progress listener that will listen for progress on this algorithm, replacing the existing listener (if any).ProgressListener
ProgressHelper. setProgressListener(ProgressListener li)
Sets the progress listener that will listen for progress on this algorithm, replacing the existing listener (if any).ProgressListener
TextIndexer. setProgressListener(ProgressListener li)
Methods in ca.cgjennings.algo with parameters of type ProgressListener Modifier and Type Method Description ProgressListener
MonitoredAlgorithm. setProgressListener(ProgressListener li)
Sets the progress listener that will listen for progress on this algorithm, replacing the existing listener (if any).ProgressListener
ProgressHelper. setProgressListener(ProgressListener li)
Sets the progress listener that will listen for progress on this algorithm, replacing the existing listener (if any).ProgressListener
TextIndexer. setProgressListener(ProgressListener li)
Constructors in ca.cgjennings.algo with parameters of type ProgressListener Constructor Description MonitoredInputStream(ProgressListener li, long size, java.io.InputStream in)
Creates a new monitored input stream.MonitoredInputStream(ProgressListener li, java.io.File in)
Creates a new monitored input stream that reads from a file.MonitoredInputStream(ProgressListener li, java.io.InputStream in)
Creates a new monitored input stream.ProgressHelper(java.lang.Object source, ProgressListener li)
Creates a new helper with the specified source and listener.ProgressHelper(java.lang.Object source, ProgressListener li, int stepCount)
Creates a new helper with the specified source, listener, and step count.ProgressRangeAdapter(float rangeLow, float rangeHigh, ProgressListener adaptee)
Creates a new range adapter. -
Uses of ProgressListener in ca.cgjennings.algo.compression
Methods in ca.cgjennings.algo.compression with parameters of type ProgressListener Modifier and Type Method Description void
AbstractCompressor. compress(java.io.File in, java.io.File out, ProgressListener li)
void
Compressor. compress(java.io.File in, java.io.File out, ProgressListener li)
Compresses a file, writing the result to another file.void
AbstractCompressor. decompress(java.io.File in, java.io.File out, ProgressListener li)
void
Compressor. decompress(java.io.File in, java.io.File out, ProgressListener li)
Decompresses a file, writing the result to another file. -
Uses of ProgressListener in ca.cgjennings.apps.arkham.plugins
Methods in ca.cgjennings.apps.arkham.plugins with parameters of type ProgressListener Modifier and Type Method Description static void
BundleInstaller. loadExtensionBundles(ProgressListener pl)
Searches for extension bundles (.seext
files) in the plug-in folders and attempts to start extension plug-ins that it finds. -
Uses of ProgressListener in ca.cgjennings.apps.arkham.plugins.debugging
Methods in ca.cgjennings.apps.arkham.plugins.debugging with parameters of type ProgressListener Modifier and Type Method Description void
DiscoveryService. setProgressListener(ProgressListener progress)
-