Uses of Class
com.biglybt.ui.swt.progress.ProgressReportingManager
Packages that use ProgressReportingManager
-
Uses of ProgressReportingManager in com.biglybt.ui.swt.mainwindow
Fields in com.biglybt.ui.swt.mainwindow declared as ProgressReportingManagerModifier and TypeFieldDescriptionprivate 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 ProgressReportingManagerModifier and TypeFieldDescriptionprivate static ProgressReportingManager
ProgressReportingManager.INSTANCE
private ProgressReportingManager
ProgressReporter.manager
Methods in com.biglybt.ui.swt.progress that return ProgressReportingManagerModifier and TypeMethodDescriptionstatic final ProgressReportingManager
ProgressReportingManager.getInstance()
Constructors in com.biglybt.ui.swt.progress with parameters of type ProgressReportingManagerModifierConstructorDescriptionprotected
ProgressReporter
(ProgressReportingManager manager) Construct aProgressReporter
; the returned instance is initialized with the proper IDprotected
ProgressReporter
(ProgressReportingManager _manager, String name) Construct aProgressReporter
with the givenname
; the returned instance would have been initialized with the proper ID