ewe.zip
Class ZipFileBrowser

java.lang.Object
  extended byewe.zip.ZipFileBrowser
All Implemented Interfaces:
Runnable

public class ZipFileBrowser
extends Object
implements Runnable


Field Summary
 boolean doExec
           
 boolean exitSystemOnClose
           
 FileChooserDemo fcd
           
 Stream inputStream
           
 boolean simulateCanWrite
           
 String streamName
           
 
Constructor Summary
ZipFileBrowser()
           
ZipFileBrowser(File f, boolean isModal, long maxSize)
          Create an EweFileBrowser that will automatically show itself.
 
Method Summary
 void doRun()
           
static void main(String[] args)
           
 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

ZipFileBrowser

public ZipFileBrowser()

ZipFileBrowser

public ZipFileBrowser(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()

main

public static void main(String[] args)