holoedit.fileio
Class TjFileWriter

java.lang.Object
  extended by holoedit.fileio.TjFileWriter
All Implemented Interfaces:
java.lang.Runnable

public class TjFileWriter
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  java.lang.String filename
           
private  GestionPistes gp
           
private  int max
           
private  ProgressBar pb
           
private  java.lang.Thread runner
           
private  int tjNum
           
private  int tkNum
           
 
Constructor Summary
TjFileWriter(GestionPistes _gp, java.lang.String fi, int _tk, int _seq)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

private java.lang.String filename

max

private int max

gp

private GestionPistes gp

runner

private java.lang.Thread runner

pb

private ProgressBar pb

tkNum

private int tkNum

tjNum

private int tjNum
Constructor Detail

TjFileWriter

public TjFileWriter(GestionPistes _gp,
                    java.lang.String fi,
                    int _tk,
                    int _seq)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable