|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.progeeks.util.ProgressManager.ReporterFactory
public static class ProgressManager.ReporterFactory
Base implementation of the ProgressReporterFactory. Default implementation just returns a DefaultProgressReporter.
Constructor Summary | |
---|---|
ProgressManager.ReporterFactory()
|
Method Summary | |
---|---|
ProgressReporter |
getProgressReporter(java.lang.String title,
java.lang.String message,
int min,
int max)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgressManager.ReporterFactory()
Method Detail |
---|
public ProgressReporter getProgressReporter(java.lang.String title, java.lang.String message, int min, int max)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |