gate.gui
Class ShellSlacFrame.ExportInline

java.lang.Object
  |
  +--gate.gui.ShellSlacFrame.ExportInline
All Implemented Interfaces:
Runnable
Enclosing class:
ShellSlacFrame

private class ShellSlacFrame.ExportInline
extends Object
implements Runnable

New thread object for export inline


Field Summary
(package private)  Document document
           
(package private)  File targetFile
           
 
Constructor Summary
(package private) ShellSlacFrame.ExportInline(Document doc, File target)
           
 
Method Summary
protected  Set getTypes(String types)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetFile

File targetFile

document

Document document
Constructor Detail

ShellSlacFrame.ExportInline

ShellSlacFrame.ExportInline(Document doc,
                            File target)
Method Detail

getTypes

protected Set getTypes(String types)

run

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