Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.greenstone.gatherer.gui
Class SaveProgressDialog  view SaveProgressDialog download SaveProgressDialog.java

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.greenstone.gatherer.gui.SaveProgressDialog
All Implemented Interfaces:
java.lang.Runnable

public class SaveProgressDialog
extends java.lang.Thread


Field Summary
static int COLLECTION
           
private  javax.swing.JDialog dialog
           
private  org.greenstone.gatherer.Gatherer gatherer
           
static int METADATA
           
static int MISC
           
private  javax.swing.JProgressBar progress
           
private static java.awt.Dimension SIZE
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SaveProgressDialog(org.greenstone.gatherer.Gatherer gatherer)
           
 
Method Summary
 void dispose()
           
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
 void update(int amount)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

gatherer

private org.greenstone.gatherer.Gatherer gatherer

dialog

private javax.swing.JDialog dialog

progress

private javax.swing.JProgressBar progress

METADATA

public static final int METADATA
See Also:
Constant Field Values

COLLECTION

public static final int COLLECTION
See Also:
Constant Field Values

MISC

public static final int MISC
See Also:
Constant Field Values

SIZE

private static final java.awt.Dimension SIZE
Constructor Detail

SaveProgressDialog

public SaveProgressDialog(org.greenstone.gatherer.Gatherer gatherer)
Method Detail

dispose

public void dispose()

run

public void run()
Description copied from class: java.lang.Thread
The method of Thread that will be run if there is no Runnable object associated with the Thread. Thread's implementation does nothing at all.


update

public void update(int amount)