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 voidMainStatusBar.ProgressListener.swt_update(IProgressReport pReport) private voidMainStatusBar.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 TypeClassDescriptionclassAn 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 anIProgressReportwhich is a snapshot of this reporterProgressReporter.getProgressReport()Methods in com.biglybt.ui.swt.progress with parameters of type IProgressReportModifier and TypeMethodDescriptionprivate voidProgressReporterPanel.createControls(IProgressReport pReport) Creates all the controls for the panelprivate voidProgressReporterPanel.createDetailSection(IProgressReport pReport) Below the panel, taking up the entire width of the window, is the detail sectionprivate intProgressReporterPanel.handleEvents(IProgressReport pReport) Process the event from the givenProgressReportprivate voidProgressReporterPanel.initControls(IProgressReport pReport) Initialize the controls with information from the givenIProgressReportprivate voidProgressReporter.notifyListeners(IProgressReport report) Notifies registered listener that an event has occurred.intIProgressReporterListener.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 elementintProgressReporterPanel.report(IProgressReport pReport) Call-back method fromIProgressReporterListener; this method is called when ever the reporter dispatches an eventintProgressReporterWindow.AutoRemoveListener.report(IProgressReport progressReport) private booleanProgressReporterPanel.synchActionLabels(IProgressReport pReport) Display the appropriate text for the action labels based on what action can be takenprivate voidProgressReporterPanel.synchProgressBar(IProgressReport pReport) Synchronize the progress bar with the givenIProgressReport