Uses of Interface
scriptella.interactive.ProgressIndicator

Packages that use ProgressIndicator
scriptella.execution Facade classes for xml scripts execution. 
scriptella.interactive Progress Indicators and other classes related to user interaction. 
 

Uses of ProgressIndicator in scriptella.execution
 

Methods in scriptella.execution with parameters of type ProgressIndicator
 ExecutionStatistics EtlExecutor.execute(ProgressIndicator indicator)
          Executes ETL based on a specified configuration.
protected  EtlContext EtlExecutor.prepare(ProgressIndicator indicator)
          Prepares the scripts context.
 

Uses of ProgressIndicator in scriptella.interactive
 

Classes in scriptella.interactive that implement ProgressIndicator
 class ConsoleProgressIndicator
          Progress indicator to send out
 class ProgressIndicatorBase
          TODO: Add documentation
 class SwingProgressIndicator
          TODO: Add documentation
 

Fields in scriptella.interactive declared as ProgressIndicator
protected  ProgressIndicator ProgressCallback.progressIndicator
           
 

Methods in scriptella.interactive with parameters of type ProgressIndicator
 void ProgressCallback.setProgressBar(ProgressIndicator progressIndicator)
           
 

Constructors in scriptella.interactive with parameters of type ProgressIndicator
ProgressCallback(int size, ProgressIndicator indicator)
           
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.