Uses of Interface
es.unex.sextante.core.ITaskMonitor

Packages that use ITaskMonitor
es.unex.sextante.core   
es.unex.sextante.gui.batch   
es.unex.sextante.gui.batch.nonFileBased   
es.unex.sextante.gui.core   
 

Uses of ITaskMonitor in es.unex.sextante.core
 

Classes in es.unex.sextante.core that implement ITaskMonitor
 class SilentTaskMonitor
          A task monitor that does not show task progress or allows for user interaction
 

Methods in es.unex.sextante.core that return ITaskMonitor
abstract  ITaskMonitor OutputFactory.getTaskMonitor(java.lang.String sTitle, boolean bDeterminate, javax.swing.JDialog parent)
          Returns the task monitor that will be used to monitor algorithm execution
 

Methods in es.unex.sextante.core with parameters of type ITaskMonitor
 boolean GeoAlgorithm.execute(ITaskMonitor task, OutputFactory outputFactory)
          This method should be used to execute the algorithm once the parameters have been assigned.
 

Constructors in es.unex.sextante.core with parameters of type ITaskMonitor
ProcessTask(GeoAlgorithm algorithm, OutputFactory outputFactory, ITaskMonitor taskMonitor)
          Creates a new process task
 

Uses of ITaskMonitor in es.unex.sextante.gui.batch
 

Constructors in es.unex.sextante.gui.batch with parameters of type ITaskMonitor
BatchProcessSingleUnit(GeoAlgorithm alg, java.util.HashMap parameters, java.util.HashMap output, GridExtent gridExtent, ITaskMonitor monitor)
           
 

Uses of ITaskMonitor in es.unex.sextante.gui.batch.nonFileBased
 

Constructors in es.unex.sextante.gui.batch.nonFileBased with parameters of type ITaskMonitor
BatchProcessSingleUnit(GeoAlgorithm alg, java.util.HashMap parameters, java.util.HashMap output, GridExtent gridExtent, ITaskMonitor monitor)
           
 

Uses of ITaskMonitor in es.unex.sextante.gui.core
 

Classes in es.unex.sextante.gui.core that implement ITaskMonitor
 class DefaultTaskMonitor
          A simple task monitor, which just shows a progress monitor