tico.imageGallery.tasks
Class TIGExportTask

java.lang.Object
  extended by tico.imageGallery.tasks.TIGExportTask

public class TIGExportTask
extends java.lang.Object


Nested Class Summary
 class TIGExportTask.ActualTask
           
 
Constructor Summary
TIGExportTask()
           
 
Method Summary
 void cancel()
           
 boolean done()
           
 int getCurrent()
           
 int getLengthOfTask()
           
 java.lang.String getMessage()
           
 void go(TEditor editor, TIGDataBase dataBase, java.lang.String directoryPath, java.util.Vector images)
           
 boolean isRunning()
           
 void setLengthOfTask(int num)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TIGExportTask

public TIGExportTask()
Method Detail

go

public void go(TEditor editor,
               TIGDataBase dataBase,
               java.lang.String directoryPath,
               java.util.Vector images)

getLengthOfTask

public int getLengthOfTask()

setLengthOfTask

public void setLengthOfTask(int num)

getCurrent

public int getCurrent()

stop

public void stop()

cancel

public void cancel()

isRunning

public boolean isRunning()

done

public boolean done()

getMessage

public java.lang.String getMessage()