Uses of Interface
com.biglybt.ui.swt.progress.IProgressReport
Packages that use IProgressReport
-
Uses of IProgressReport in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type IProgressReportModifier and TypeMethodDescriptionprivate 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 IProgressReportModifier and TypeClassDescriptionclass
An immutable object containing all interesting values in aProgressReporter
.Fields in com.biglybt.ui.swt.progress declared as IProgressReportMethods in com.biglybt.ui.swt.progress that return IProgressReportModifier and TypeMethodDescriptionIProgressReporter.getProgressReport()
Returns anIProgressReport
which is a snapshot of this reporterProgressReporter.getProgressReport()
Methods in com.biglybt.ui.swt.progress with parameters of type IProgressReportModifier and TypeMethodDescriptionprivate 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