Uses of Class
com.biglybt.ui.swt.progress.ProgressReportingManager
-
Packages that use ProgressReportingManager Package Description com.biglybt.ui.swt.mainwindow com.biglybt.ui.swt.progress -
-
Uses of ProgressReportingManager in com.biglybt.ui.swt.mainwindow
Fields in com.biglybt.ui.swt.mainwindow declared as ProgressReportingManager Modifier and Type Field Description private ProgressReportingManager
MainStatusBar. PRManager
Just a reference to the staticProgressReportingManager
to make the code look cleaner instead of usingProgressReportingManager.getInstance().xxx()
everywhere. -
Uses of ProgressReportingManager in com.biglybt.ui.swt.progress
Fields in com.biglybt.ui.swt.progress declared as ProgressReportingManager Modifier and Type Field Description private static ProgressReportingManager
ProgressReportingManager. INSTANCE
private ProgressReportingManager
ProgressReporter. manager
Methods in com.biglybt.ui.swt.progress that return ProgressReportingManager Modifier and Type Method Description static ProgressReportingManager
ProgressReportingManager. getInstance()
Constructors in com.biglybt.ui.swt.progress with parameters of type ProgressReportingManager Constructor Description ProgressReporter(ProgressReportingManager manager)
Construct aProgressReporter
; the returned instance is initialized with the proper IDProgressReporter(ProgressReportingManager _manager, java.lang.String name)
Construct aProgressReporter
with the givenname
; the returned instance would have been initialized with the proper ID
-