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 ProgressReportingManagerMainStatusBar.PRManagerJust a reference to the staticProgressReportingManagerto 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 ProgressReportingManagerProgressReportingManager.INSTANCEprivate ProgressReportingManagerProgressReporter.managerMethods in com.biglybt.ui.swt.progress that return ProgressReportingManagerModifier and TypeMethodDescriptionstatic final ProgressReportingManagerProgressReportingManager.getInstance()Constructors in com.biglybt.ui.swt.progress with parameters of type ProgressReportingManagerModifierConstructorDescriptionprotectedProgressReporter(ProgressReportingManager manager) Construct aProgressReporter; the returned instance is initialized with the proper IDprotectedProgressReporter(ProgressReportingManager _manager, String name) Construct aProgressReporterwith the givenname; the returned instance would have been initialized with the proper ID