Uses of Class
be.gaudry.model.thread.AbstractBrolWorker
Packages that use AbstractBrolWorker
Package
Description
Provides the classes necessary to manage the files.
Provides the classes necessary to use threads.
-
Uses of AbstractBrolWorker in be.gaudry.bibliobrol.dao
Methods in be.gaudry.bibliobrol.dao with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionvoidDAOConverter.derby2msAccess(AbstractBrolWorker<Integer> worker)voidIBrolDao.loadAsyncBrolsLos(AbstractBrolWorker<Integer> worker, List<DAOBrolField> fields, int typeId)voidIPersonDao.loadAsyncPersonsLos(AbstractBrolWorker<Integer> worker, ActorRole role)voidIPersonDao.loadAsyncPersonsLos(AbstractBrolWorker<Integer> worker, String lastName)voidIPersonDao.loadAsyncRoles(AbstractBrolWorker<Integer> worker, int personId)Load roles for a person -
Uses of AbstractBrolWorker in be.gaudry.bibliobrol.dao.derby
Methods in be.gaudry.bibliobrol.dao.derby with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionvoidDerbyBrol.loadAsyncBrolsLos(AbstractBrolWorker<Integer> worker, List<DAOBrolField> fields, int typeId)voidDerbyPerson.loadAsyncPersonsLos(AbstractBrolWorker<Integer> worker, ActorRole role)voidDerbyPerson.loadAsyncPersonsLos(AbstractBrolWorker<Integer> worker, String lastName)voidDerbyPerson.loadAsyncRoles(AbstractBrolWorker<Integer> worker, int personId) -
Uses of AbstractBrolWorker in be.gaudry.bibliobrol.dao.derby.tools
Methods in be.gaudry.bibliobrol.dao.derby.tools with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionlongImagesDirectoryHighMemoryParser.parse(AbstractBrolWorker<Long> bgw)longImagesDirectoryParser.parse(AbstractBrolWorker<Long> bgw)protected booleanImagesDirectoryHighMemoryParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep)protected booleanImagesDirectoryParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep)voidImagesDirectoryHighMemoryParser.readIds(AbstractBrolWorker<Long> bgw)voidImagesDirectoryParser.readIds(AbstractBrolWorker<Long> bgw) -
Uses of AbstractBrolWorker in be.gaudry.bibliobrol.dao.msaccess
Methods in be.gaudry.bibliobrol.dao.msaccess with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionvoidMsAccessBrol.loadAsyncBrolsLos(AbstractBrolWorker<Integer> worker, List<DAOBrolField> fields, int typeId)voidMsAccessPerson.loadAsyncPersonsLos(AbstractBrolWorker<Integer> worker, ActorRole role)voidMsAccessPerson.loadAsyncPersonsLos(AbstractBrolWorker<Integer> worker, String lastName)voidMsAccessPerson.loadAsyncRoles(AbstractBrolWorker<Integer> worker, int personId) -
Uses of AbstractBrolWorker in be.gaudry.bibliobrol.dao.mysql
Methods in be.gaudry.bibliobrol.dao.mysql with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionvoidMySQLBrol.loadAsyncBrolsLos(AbstractBrolWorker<Integer> worker, List<DAOBrolField> fields, int typeId)voidMySQLPerson.loadAsyncPersonsLos(AbstractBrolWorker<Integer> worker, ActorRole role)voidMySQLPerson.loadAsyncPersonsLos(AbstractBrolWorker<Integer> worker, String lastName)voidMySQLPerson.loadAsyncRoles(AbstractBrolWorker<Integer> worker, int personId) -
Uses of AbstractBrolWorker in be.gaudry.bibliobrol.model.catalog
Methods in be.gaudry.bibliobrol.model.catalog with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionstatic voidCatalogRepository.loadAsyncCatalogs(AbstractBrolWorker<Integer> worker) -
Uses of AbstractBrolWorker in be.gaudry.bibliobrol.model.process
Methods in be.gaudry.bibliobrol.model.process with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionBrolsLoader.load(AbstractBrolWorker<Integer> worker)Processor method called by the swing workervoidPersonsLoader.load(AbstractBrolWorker<Integer> worker, ActorRole role)Processor method called by the swing workervoidRolesLoader.load(AbstractBrolWorker<Integer> worker)Processor method called by the swing worker -
Uses of AbstractBrolWorker in be.gaudry.dao.edu
Methods in be.gaudry.dao.edu with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionvoidIPlanningDao.loadAsyncPeriodsLos(AbstractBrolWorker worker, AbstractLightObject selectedYear)voidIPersonDao.loadAsyncPersonsLos(AbstractBrolWorker worker)voidISchoolDao.loadAsyncSchoolClassesLos(AbstractBrolWorker worker, int schoolYearId)voidISchoolDao.loadAsyncSchoolClassesLos(AbstractBrolWorker worker, AbstractLightObject selectedSchool, int schoolYearId)voidISchoolDao.loadAsyncSchoolsLos(AbstractBrolWorker<Integer> worker)voidIPlanningDao.loadAsyncSchoolYearsLos(AbstractBrolWorker worker)voidIPersonDao.loadAsyncStudentsLos(AbstractBrolWorker<Integer> worker)Loads in a separated process the list of students.voidIPersonDao.loadAsyncTeachersLos(AbstractBrolWorker<Integer> worker)voidISchoolDao.loadAsyncTeachersLos(AbstractBrolWorker<Integer> worker, School school) -
Uses of AbstractBrolWorker in be.gaudry.dao.edu.derby
Methods in be.gaudry.dao.edu.derby with parameters of type AbstractBrolWorkerModifier and TypeMethodDescription(package private) voidDerbyPerson.executeLoadAsyncPersonsLos(AbstractBrolWorker<Integer> worker, String query)voidDerbyPlanning.loadAsyncPeriodsLos(AbstractBrolWorker worker, AbstractLightObject selectedYear)voidDerbyPerson.loadAsyncPersonsLos(AbstractBrolWorker worker)voidDerbySchool.loadAsyncSchoolClassesLos(AbstractBrolWorker worker, int schoolYearId)voidDerbySchool.loadAsyncSchoolClassesLos(AbstractBrolWorker worker, AbstractLightObject selectedSchool, int schoolYearId)voidDerbySchool.loadAsyncSchoolsLos(AbstractBrolWorker<Integer> worker)voidDerbyPlanning.loadAsyncSchoolYearsLos(AbstractBrolWorker worker)voidDerbyPerson.loadAsyncStudentsLos(AbstractBrolWorker<Integer> worker)voidDerbyPerson.loadAsyncTeachersLos(AbstractBrolWorker<Integer> worker)voidDerbySchool.loadAsyncTeachersLos(AbstractBrolWorker<Integer> worker, School school) -
Uses of AbstractBrolWorker in be.gaudry.model.bibliobrol.thread
Methods in be.gaudry.model.bibliobrol.thread with parameters of type AbstractBrolWorker -
Uses of AbstractBrolWorker in be.gaudry.model.crud.thread
Classes in be.gaudry.model.crud.thread with type parameters of type AbstractBrolWorker -
Uses of AbstractBrolWorker in be.gaudry.model.eid
Methods in be.gaudry.model.eid with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionvoidEidReader.loadAddress(AbstractBrolWorker<Integer> bgw, be.belgium.eid.eidlib.BeID eID, int startPercent, int reportPercent)voidEidReader.loadCertificates(AbstractBrolWorker<Integer> bgw, be.belgium.eid.eidlib.BeID eID, int startPercent, int reportPercent)intEidReader.loadFull(be.belgium.eid.eidlib.BeID eID, AbstractBrolWorker<Integer> bgw)intEidReader.loadFull(AbstractBrolWorker<Integer> bgw)voidEidReader.loadIdentity(AbstractBrolWorker<Integer> bgw, be.belgium.eid.eidlib.BeID eID, int startPercent, int reportPercent)voidEidReader.loadPhoto(AbstractBrolWorker<Integer> bgw, be.belgium.eid.eidlib.BeID eID, int startPercent, int reportPercent)voidEidReader.loadVersion(AbstractBrolWorker<Integer> bgw, be.belgium.eid.eidlib.BeID eID, int startPercent, int reportPercent) -
Uses of AbstractBrolWorker in be.gaudry.model.file
Methods in be.gaudry.model.file with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionstatic longFileUtils.getDirectoryLength(AbstractBrolWorker bgw, File root, boolean includeSubFolders)Parses the sub directories to get the total size of a given directory.static intFileUtils.getFilesCount(AbstractBrolWorker bgw, File root, int counter)Parses the sub directories to get the total size of a given directory.longAbstractFileParser.parse(AbstractBrolWorker<T> bgw)Parses files from the definedstart path, and call theAbstractFileParser.performOnFile(AbstractBrolWorker, File, int, int)on each file.protected voidAbstractFileParser.parseFiles(AbstractBrolWorker<T> bgw, File file, int subDirDeep)Does the real parsing job.protected voidAbstractFileParser.performOnDirectory(AbstractBrolWorker<T> bgw, File directory, int subDirDeep)Do something on each directory.protected abstract booleanAbstractFileParser.performOnFile(AbstractBrolWorker<T> bgw, File file, int percent, int subDirDeep)Do something on each file -
Uses of AbstractBrolWorker in be.gaudry.model.file.mediacleaner.workers
Methods in be.gaudry.model.file.mediacleaner.workers with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionFilesCopierWorker.copyFiles(AbstractBrolWorker<Integer> wrk, Path origine, Path dirPath, String fileNamePattern, int nbrOfFilesToCopy)intMediaCleanerParser.parse(AbstractBrolWorker<T> bgw) -
Uses of AbstractBrolWorker in be.gaudry.model.file.mreport
Methods in be.gaudry.model.file.mreport with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionlongMReportParser.parse(AbstractBrolWorker<Long> bgw)protected voidMReportParser.performOnDirectory(AbstractBrolWorker<Long> bgw, File directory, int subDirDeep)protected booleanMReportParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep) -
Uses of AbstractBrolWorker in be.gaudry.model.file.parser
Methods in be.gaudry.model.file.parser with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionprotected booleanFileChartCountParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep)protected booleanFileChartExtensionParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep)protected booleanFileChartModDateParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep)protected booleanFileChartSizeParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep)protected booleanRefreshSynchroParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep)protected booleanSearchMediaParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep) -
Uses of AbstractBrolWorker in be.gaudry.model.file.renamer.old
Methods in be.gaudry.model.file.renamer.old with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionprotected booleanSimpleRenameParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep) -
Uses of AbstractBrolWorker in be.gaudry.model.file.renamer.parsers
Methods in be.gaudry.model.file.renamer.parsers with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionprotected com.thebuzzmedia.exiftool.ExifToolAbstractPhotoMetaParser.getExifTool(AbstractBrolWorker<T> bgw)protected booleanSearchFilesParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep)intAbstractFileParser.rename(AbstractBrolWorker<T> bgw)protected abstract booleanAbstractFileParser.rename(AbstractBrolWorker<T> bgw, File file, int percent)intNfoRenamerParser.rename(AbstractBrolWorker<T> bgw)protected booleanNfoRenamerParser.rename(AbstractBrolWorker<T> bgw, File file, int percent)protected booleanPhotoByDateRenamer.rename(AbstractBrolWorker<T> bgw, File file, int percent)protected booleanPhotoMetaUpdater.rename(AbstractBrolWorker<T> bgw, File file, int percent)protected booleanSimpleRenamer.rename(AbstractBrolWorker<T> bgw, File file, int percent) -
Uses of AbstractBrolWorker in be.gaudry.model.file.renamer.photo.date
Methods in be.gaudry.model.file.renamer.photo.date with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionDateHelper.getFileName(Map<com.thebuzzmedia.exiftool.Tag,String> metadataMap, AbstractBrolWorker<T> bgw, LocalDateTime creationDate) -
Uses of AbstractBrolWorker in be.gaudry.model.image.cewe
Methods in be.gaudry.model.image.cewe with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionstatic voidPdfUtil.convertFO2PDF(AbstractBrolWorker<Integer> bgw, InputStream fo, OutputStream pdf, int dpi)Converts an FO file to a PDF file using Apache FOP.Constructors in be.gaudry.model.image.cewe with parameters of type AbstractBrolWorkerModifierConstructorDescriptionMcf2FoConverter(AbstractBrolWorker<Integer> bgw, File mcfInstallDir, File mcfTempDir, File tempImageDir)Creates a new converter object with given settings. -
Uses of AbstractBrolWorker in be.gaudry.model.photo.parser
Methods in be.gaudry.model.photo.parser with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionprotected booleanTransfertPhotosParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep) -
Uses of AbstractBrolWorker in be.gaudry.model.thread
Subclasses of AbstractBrolWorker in be.gaudry.model.threadModifier and TypeClassDescriptionclass\n Provided by the broldev.file.synchro.swing project.Methods in be.gaudry.model.thread with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionIBrolLoader.load(AbstractBrolWorker<T> worker)Processor method called by the swing worker -
Uses of AbstractBrolWorker in be.gaudry.model.thread.edu
Subclasses of AbstractBrolWorker in be.gaudry.model.thread.eduMethods in be.gaudry.model.thread.edu with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionCoursesForSchoolClassLoader.load(AbstractBrolWorker<SchoolClass> worker)voidCoursesLoader.load(AbstractBrolWorker<Integer> worker)Processor method called by the swing workervoidPeriodsLoader.loadItems(AbstractBrolWorker worker)voidPersonsLoader.loadItems(AbstractBrolWorker worker)voidSchoolClassesLoader.loadItems(AbstractBrolWorker worker)voidSchoolsLoader.loadItems(AbstractBrolWorker worker)voidSchoolYearsLoader.loadItems(AbstractBrolWorker worker)voidStudentsLoader.loadItems(AbstractBrolWorker worker)TODO : use the repository to get the default schoolclassvoidTeachersLoader.loadItems(AbstractBrolWorker worker) -
Uses of AbstractBrolWorker in be.gaudry.model.tools.gps
Methods in be.gaudry.model.tools.gps with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionprotected booleanRuntastic2GpxParser.performOnFile(AbstractBrolWorker<Long> bgw, File file, int progressPercent, int subDirDeep) -
Uses of AbstractBrolWorker in be.gaudry.swing.bibliobrol.brol
Subclasses of AbstractBrolWorker in be.gaudry.swing.bibliobrol.brol -
Uses of AbstractBrolWorker in be.gaudry.swing.bibliobrol.control
Subclasses of AbstractBrolWorker in be.gaudry.swing.bibliobrol.controlModifier and TypeClassDescriptionclassLoads the catalogs in a separated thread -
Uses of AbstractBrolWorker in be.gaudry.swing.bibliobrol.person
Subclasses of AbstractBrolWorker in be.gaudry.swing.bibliobrol.person -
Uses of AbstractBrolWorker in be.gaudry.swing.bibliobrol.splash
Subclasses of AbstractBrolWorker in be.gaudry.swing.bibliobrol.splash -
Uses of AbstractBrolWorker in be.gaudry.swing.control
Subclasses of AbstractBrolWorker in be.gaudry.swing.control -
Uses of AbstractBrolWorker in be.gaudry.swing.crud
Subclasses of AbstractBrolWorker in be.gaudry.swing.crudModifier and TypeClassDescriptionclassLoads the items list in a separated threadclassLoads the items list in a separated thread -
Uses of AbstractBrolWorker in be.gaudry.swing.eid.control.eidpart
Subclasses of AbstractBrolWorker in be.gaudry.swing.eid.control.eidpartModifier and TypeClassDescriptionclassAllows reading beid in another thread -
Uses of AbstractBrolWorker in be.gaudry.swing.file.finder.control
Subclasses of AbstractBrolWorker in be.gaudry.swing.file.finder.control -
Uses of AbstractBrolWorker in be.gaudry.swing.file.mediacleaner
Subclasses of AbstractBrolWorker in be.gaudry.swing.file.mediacleaner -
Uses of AbstractBrolWorker in be.gaudry.swing.file.mreporter.control
Subclasses of AbstractBrolWorker in be.gaudry.swing.file.mreporter.control -
Uses of AbstractBrolWorker in be.gaudry.swing.file.renamer.controls
Subclasses of AbstractBrolWorker in be.gaudry.swing.file.renamer.controlsModifier and TypeClassDescriptionclassclassAllows searching files according to the file type -
Uses of AbstractBrolWorker in be.gaudry.swing.file.renamer.controls.nfo
Subclasses of AbstractBrolWorker in be.gaudry.swing.file.renamer.controls.nfoModifier and TypeClassDescriptionclassAllows renaming files in another thread -
Uses of AbstractBrolWorker in be.gaudry.swing.file.renamer.controls.photo
Subclasses of AbstractBrolWorker in be.gaudry.swing.file.renamer.controls.photo -
Uses of AbstractBrolWorker in be.gaudry.swing.file.renamer.controls.simple
Subclasses of AbstractBrolWorker in be.gaudry.swing.file.renamer.controls.simpleModifier and TypeClassDescriptionclassAllows renaming files in another thread -
Uses of AbstractBrolWorker in be.gaudry.swing.file.synchro.control
Subclasses of AbstractBrolWorker in be.gaudry.swing.file.synchro.controlMethods in be.gaudry.swing.file.synchro.control with parameters of type AbstractBrolWorkerModifier and TypeMethodDescriptionvoidRefreshSynchroPanel.setWorker(AbstractBrolWorker<Long> worker) -
Uses of AbstractBrolWorker in be.gaudry.swing.tools.gps.control
Subclasses of AbstractBrolWorker in be.gaudry.swing.tools.gps.control