holoedit.fileio
Class HoloFileWriter

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

public class HoloFileWriter
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
           
 
Constructor Summary
HoloFileWriter(GestionPistes _gp, java.lang.String fi)
           
 
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
Constructor Detail

HoloFileWriter

public HoloFileWriter(GestionPistes _gp,
                      java.lang.String fi)
Method Detail

run

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