Uses of Class
PamUtils.worker.filelist.FileListData
Packages that use FileListData
-
Uses of FileListData in Acquisition
Methods in Acquisition with parameters of type FileListDataModifier and TypeMethodDescriptionvoid
FolderInputSystem.newFileList
(FileListData<WavFileType> fileListData) Callback when the file list has completed it's background task. -
Uses of FileListData in Acquisition.layoutFX
Methods in Acquisition.layoutFX with parameters of type FileListDataModifier and TypeMethodDescriptionvoid
FolderInputPane.newFileList
(FileListData<WavFileType> fileListData) Called once the wav worker thread has finished making the audio file list.Method parameters in Acquisition.layoutFX with type arguments of type FileListDataModifier and TypeMethodDescriptionvoid
FolderInputPane.setFileWorker
(PamWorker<FileListData<WavFileType>> worker) Called whenever a new file worker is initialised to search a folder for wav files. -
Uses of FileListData in PamUtils.worker.filelist
Methods in PamUtils.worker.filelist that return FileListDataModifier and TypeMethodDescriptionfinal FileListData<T>
FileListWorker.runBackgroundTask
(PamWorker<FileListData<T>> pamWorker) Methods in PamUtils.worker.filelist that return types with arguments of type FileListDataModifier and TypeMethodDescriptionfinal PamWorker<FileListData<T>>
FileListWorker.makeFileListProcess
(String[] rootList, boolean subFolders, boolean useOldIfPossible) Create a file list worker.Methods in PamUtils.worker.filelist with parameters of type FileListDataModifier and TypeMethodDescriptionboolean
FileListWorker.allFilesTask
(FileListData<T> fileList) Called once the main list of files has been made so that additional operations can be applied to every file, such as checking sample rates, etc.boolean
WavListWorker.allFilesTask
(FileListData<WavFileType> fileList) void
FileListUser.newFileList
(FileListData<T> fileListData) Callback when task is complete with a list of files, possibly with enhanced data fields.void
WavListUser.newFileList
(FileListData<WavFileType> fileListData) final void
FileListWorker.taskFinished
(FileListData<T> result) Method parameters in PamUtils.worker.filelist with type arguments of type FileListDataModifier and TypeMethodDescriptionfinal FileListData<T>
FileListWorker.runBackgroundTask
(PamWorker<FileListData<T>> pamWorker)