java.lang.Object
java.lang.Thread
org.greenstone.gatherer.gui.SaveProgressDialog
- All Implemented Interfaces:
- java.lang.Runnable
- public class SaveProgressDialog
- extends java.lang.Thread
|
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 |
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
SaveProgressDialog
public SaveProgressDialog(org.greenstone.gatherer.Gatherer gatherer)
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)