public interface IDownloadDisplay
| Modifier and Type | Method and Description | 
|---|---|
Object | 
makeDialog()  | 
void | 
makeHeadless()  | 
void | 
resetProgress(int sizeGuess)  | 
void | 
setPokeThread(Thread currentThread)  | 
boolean | 
shouldStopIt()  | 
void | 
updateProgress(int fullLength)  | 
void | 
updateProgressString(String string,
                                        Object... data)  | 
void resetProgress(int sizeGuess)
void setPokeThread(Thread currentThread)
void updateProgress(int fullLength)
boolean shouldStopIt()
void updateProgressString(String string, Object... data)
Object makeDialog()
void makeHeadless()