ewe.io
Class EweFileBrowser

java.lang.Object
  extended byewe.io.EweFileBrowser
All Implemented Interfaces:
Runnable

public class EweFileBrowser
extends Object
implements Runnable


Field Summary
 boolean doExec
           
 boolean exitSystemOnClose
           
 FileChooserDemo fcd
           
 Stream inputStream
           
 boolean simulateCanWrite
           
 String streamName
           
 
Constructor Summary
EweFileBrowser()
           
EweFileBrowser(File f, boolean isModal, long maxSize)
          Create an EweFileBrowser that will automatically show itself.
 
Method Summary
 void doRun()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Field Detail

exitSystemOnClose

public boolean exitSystemOnClose

doExec

public boolean doExec

streamName

public String streamName

inputStream

public Stream inputStream

simulateCanWrite

public boolean simulateCanWrite

fcd

public FileChooserDemo fcd
Constructor Detail

EweFileBrowser

public EweFileBrowser()

EweFileBrowser

public EweFileBrowser(File f,
                      boolean isModal,
                      long maxSize)
               throws IOException
Create an EweFileBrowser that will automatically show itself.

Method Detail

run

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

doRun

public void doRun()