tico.imageGallery.tasks
Class TIGImportTask

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

public class TIGImportTask
extends java.lang.Object


Nested Class Summary
 class TIGImportTask.ActualTask
           
 
Constructor Summary
TIGImportTask()
           
 
Method Summary
 void cancel()
           
 boolean done()
           
 int getCurrent()
           
 java.lang.String getErrorImages()
           
 int getLengthOfTask()
           
 java.lang.String getMessage()
           
 void go(TEditor editor, TIGDataBase dataBase, java.lang.String directoryPath, java.lang.String imagesBehaviour)
           
 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

TIGImportTask

public TIGImportTask()
Method Detail

go

public void go(TEditor editor,
               TIGDataBase dataBase,
               java.lang.String directoryPath,
               java.lang.String imagesBehaviour)

getLengthOfTask

public int getLengthOfTask()

setLengthOfTask

public void setLengthOfTask(int num)

getCurrent

public int getCurrent()

getErrorImages

public java.lang.String getErrorImages()

stop

public void stop()

cancel

public void cancel()

isRunning

public boolean isRunning()

done

public boolean done()

getMessage

public java.lang.String getMessage()