Uses of Class
be.gaudry.model.thread.ProgressResult
Package
Description
Provides the classes necessary to use logging or to display some information to the user
about what and how the application has done.
Provides the classes necessary to use threads.
-
Uses of ProgressResult in be.gaudry.dao.edu
Modifier and TypeMethodDescriptionstatic void
DAOFactory.registerMessageListener(Consumer<ProgressResult> listener)
Adds a listener that is interested in whether a new progress message is availablestatic void
DAOFactory.removeMessageListener(Consumer<ProgressResult> listener)
Removes a listener that was interested in whether a new progress message is available -
Uses of ProgressResult in be.gaudry.debug
Modifier and TypeMethodDescriptionstatic void
ConsoleHelper.registerMessageListener(Consumer<ProgressResult> listener)
Adds a listener that is interested in whether a new progress message is availablestatic void
ConsoleHelper.removeMessageListener(Consumer<ProgressResult> listener)
Removes a listener that was interested in whether a new progress message is available -
Uses of ProgressResult in be.gaudry.model.thread
Modifier and TypeMethodDescriptionprotected void
SynchroUpdaterWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.model.thread.edu
Modifier and TypeMethodDescriptionprotected void
StatusableWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.bibliobrol.brol
Modifier and TypeMethodDescriptionprotected void
BrolsPanel.LoadListWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.bibliobrol.control
Modifier and TypeMethodDescriptionprotected void
BibliobrolMainPanel.LoadCatalogsWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.bibliobrol.person
Modifier and TypeMethodDescriptionprotected void
PersonInfoPanel.LoadListWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.bibliobrol.splash
Modifier and TypeMethodDescriptionprotected void
SplashWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.component.statusbar
Modifier and TypeMethodDescriptionvoid
BrolStatusBar.addProgressRedult(ProgressResult progressResult)
-
Uses of ProgressResult in be.gaudry.swing.control
Modifier and TypeMethodDescriptionprotected void
CewePanel.Cewe2PdfWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.crud
Modifier and TypeMethodDescriptionprotected void
AbstractCrudPanel.LoadListWorker.process(List<ProgressResult> chunks)
protected void
CrudListPanel.LoadListWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.eid.control.eidpart
Modifier and TypeMethodDescriptionprotected void
EidPanel.EIDReadWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.file.finder.control
Modifier and TypeMethodDescriptionprotected void
SearchMediaPanel.SearchMediaWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.file.mediacleaner
Modifier and TypeMethodDescriptionprotected void
MediaCleanerOptionsPanel.MediaCleanerWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.file.mediacleaner.controls
Modifier and TypeMethodDescriptionvoid
MediaCleanerConsolePanel.print(ProgressResult result)
void
MediaCleanerConsolePanel.print(ProgressResult result, int progressvalue)
-
Uses of ProgressResult in be.gaudry.swing.file.mreporter.control
Modifier and TypeMethodDescriptionprotected void
MReporterPanel.MediaReportWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.file.renamer.controls
Modifier and TypeMethodDescriptionprotected void
OldRenamerMainPanel.RenamerWorker.process(List<ProgressResult> chunks)
protected void
RenamerMainPanel.SearchFilesWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.file.renamer.controls.nfo
Modifier and TypeMethodDescriptionprotected void
NfoRenamerPanel.RenameFilesWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.file.renamer.controls.photo
Modifier and TypeMethodDescriptionprotected void
TransfertPhotosPanel.TransfertPhotosWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.file.renamer.controls.simple
Modifier and TypeMethodDescriptionprotected void
SimpleRenamerPanel.RenameFilesWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.file.synchro.control
Modifier and TypeMethodDescriptionprotected void
RefreshSynchroPanel.RefreshSynchroPanelWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.tools.gps.control
Modifier and TypeMethodDescriptionprotected void
Runtastic2GpxPanel.Runtastic2GPXWorker.process(List<ProgressResult> chunks)
-
Uses of ProgressResult in be.gaudry.swing.utils
Modifier and TypeMethodDescriptionvoid
ProgressInfoRenderer.print(JTextPane consoleTextPane, ProgressResult result, boolean addNewLineBreak)
Displays in a JTextPane a message resulting from a long Swing process.void
ProgressInfoRenderer.print(JTextPane consoleTextPane, ProgressResult result, int progressPercent, boolean addNewLineBreak)
Displays in a JTextPane a message resulting from a long Swing process.