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 TypeMethodDescriptionvoidFolderInputSystem.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 TypeMethodDescriptionvoidFolderInputPane.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 TypeMethodDescriptionvoidFolderInputPane.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 TypeMethodDescriptionprotected FileListData<T> FileListData.clone()final 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 TypeMethodDescriptionbooleanFileListWorker.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.booleanWavListWorker.allFilesTask(FileListData<WavFileType> fileList) voidFileListWorker.finaliseFileList(PamWorker<FileListData<T>> pamWorker, FileListData<T> newFileList) Do any final jobs to the file list.voidWavListWorker.finaliseFileList(PamWorker<FileListData<WavFileType>> pamWorker, FileListData<WavFileType> fileList) voidFileListUser.newFileList(FileListData<T> fileListData) Callback when task is complete with a list of files, possibly with enhanced data fields.voidWavListUser.newFileList(FileListData<WavFileType> fileListData) final voidFileListWorker.taskFinished(FileListData<T> result) Method parameters in PamUtils.worker.filelist with type arguments of type FileListDataModifier and TypeMethodDescriptionvoidFileListWorker.finaliseFileList(PamWorker<FileListData<T>> pamWorker, FileListData<T> newFileList) Do any final jobs to the file list.voidWavListWorker.finaliseFileList(PamWorker<FileListData<WavFileType>> pamWorker, FileListData<WavFileType> fileList) final FileListData<T> FileListWorker.runBackgroundTask(PamWorker<FileListData<T>> pamWorker)