Uses of Class
com.kirkwarez.wdysdv.batch.Batch

Packages that use Batch
com.kirkwarez.wdysdv.batch   
com.kirkwarez.wdysdv.control   
 

Uses of Batch in com.kirkwarez.wdysdv.batch
 

Methods in com.kirkwarez.wdysdv.batch with parameters of type Batch
 void Processor.process(Batch batch)
          Processes the given batch.
 

Uses of Batch in com.kirkwarez.wdysdv.control
 

Fields in com.kirkwarez.wdysdv.control declared as Batch
protected  Batch WVControl.batch
          The batch.
 

Methods in com.kirkwarez.wdysdv.control with parameters of type Batch
 void WVControl.openBatch(Batch batch)
          Opens all the files in the batch in the GUI in new windows.
 void WVControl.processBatch(Batch batch)
          Processes the given batch.
protected  void WVControl.updateBatchList(Batch batch)
          Updates the lsit in the GUI with the given batch.