Uses of Interface
com.biglybt.ui.swt.progress.IProgressReportConstants
-
Packages that use IProgressReportConstants Package Description com.biglybt.ui.swt com.biglybt.ui.swt.mainwindow com.biglybt.ui.swt.progress com.biglybt.ui.swt.update -
-
Uses of IProgressReportConstants in com.biglybt.ui.swt
Classes in com.biglybt.ui.swt that implement IProgressReportConstants Modifier and Type Class Description class
FileDownloadWindow
-
Uses of IProgressReportConstants in com.biglybt.ui.swt.mainwindow
Classes in com.biglybt.ui.swt.mainwindow that implement IProgressReportConstants Modifier and Type Class Description private class
MainStatusBar.ProgressListener
A listener that listens to any changes notified from theProgressReportingManager
and accordingly update the progress bar and/or the status text area. -
Uses of IProgressReportConstants in com.biglybt.ui.swt.progress
Subinterfaces of IProgressReportConstants in com.biglybt.ui.swt.progress Modifier and Type Interface Description interface
IProgressReporterListener
A simple listener interface used to pass aProgressReport
to a listener from aProgressReporter
interface
IProgressReportingListener
A simple listener that can be registered with the ProgressReportingManager to receive notification when any ProgressReporter has a status changeClasses in com.biglybt.ui.swt.progress that implement IProgressReportConstants Modifier and Type Class Description class
ProgressReporter
A implementation ofIProgressReporter
class
ProgressReporterPanel
class
ProgressReporterWindow
private class
ProgressReporterWindow.AutoRemoveListener
Listener to reporters so we can remove the correspondingProgressReporterPanel
is the optionisAutoRemove
=true
class
ProgressReportingManager
A manager that aggregates and forward progress information for long running operationsclass
ProgressReportMessage
A simple class for a message -
Uses of IProgressReportConstants in com.biglybt.ui.swt.update
Classes in com.biglybt.ui.swt.update that implement IProgressReportConstants Modifier and Type Class Description protected class
UpdateMonitor.updateStatusChanger
-