gate.gui
Class ShellSlacFrame.ExportAllRunnable

java.lang.Object
  extended bygate.gui.ShellSlacFrame.ExportAllRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
ShellSlacFrame

private class ShellSlacFrame.ExportAllRunnable
extends Object
implements Runnable

Object to run ExportAll in a new Thread


Field Summary
(package private)  File directory
           
 
Constructor Summary
(package private) ShellSlacFrame.ExportAllRunnable(File targetDirectory)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directory

File directory
Constructor Detail

ShellSlacFrame.ExportAllRunnable

ShellSlacFrame.ExportAllRunnable(File targetDirectory)
Method Detail

run

public void run()
Specified by:
run in interface Runnable