Uses of Interface
com.biglybt.ui.swt.progress.IProgressReport
-
Packages that use IProgressReport Package Description com.biglybt.ui.swt.mainwindow com.biglybt.ui.swt.progress -
-
Uses of IProgressReport in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type IProgressReport Modifier and Type Method Description private void
MainStatusBar.ProgressListener. swt_update(IProgressReport pReport)
private void
MainStatusBar.ProgressListener. swt_updateProgressBarDisplay(IProgressReport pReport)
-
Uses of IProgressReport in com.biglybt.ui.swt.progress
Classes in com.biglybt.ui.swt.progress that implement IProgressReport Modifier and Type Class Description class
ProgressReporter.ProgressReport
An immutable object containing all interesting values in aProgressReporter
.Fields in com.biglybt.ui.swt.progress declared as IProgressReport Modifier and Type Field Description private IProgressReport
ProgressReporter. latestProgressReport
Methods in com.biglybt.ui.swt.progress that return IProgressReport Modifier and Type Method Description IProgressReport
IProgressReporter. getProgressReport()
Returns anIProgressReport
which is a snapshot of this reporterIProgressReport
ProgressReporter. getProgressReport()
Methods in com.biglybt.ui.swt.progress with parameters of type IProgressReport Modifier and Type Method Description private void
ProgressReporterPanel. createControls(IProgressReport pReport)
Creates all the controls for the panelprivate void
ProgressReporterPanel. createDetailSection(IProgressReport pReport)
Below the panel, taking up the entire width of the window, is the detail sectionprivate int
ProgressReporterPanel. handleEvents(IProgressReport pReport)
Process the event from the givenProgressReport
private void
ProgressReporterPanel. initControls(IProgressReport pReport)
Initialize the controls with information from the givenIProgressReport
private void
ProgressReporter. notifyListeners(IProgressReport report)
Notifies registered listener that an event has occurred.int
IProgressReporterListener. report(IProgressReport progressReport)
When an event is detected this callback method will be called so listeners can take appropriate action such as updating a UI elementint
ProgressReporterPanel. report(IProgressReport pReport)
Call-back method fromIProgressReporterListener
; this method is called when ever the reporter dispatches an eventint
ProgressReporterWindow.AutoRemoveListener. report(IProgressReport progressReport)
private boolean
ProgressReporterPanel. synchActionLabels(IProgressReport pReport)
Display the appropriate text for the action labels based on what action can be takenprivate void
ProgressReporterPanel. synchProgressBar(IProgressReport pReport)
Synchronize the progress bar with the givenIProgressReport
-