Uses of Class
PamUtils.worker.filelist.WavFileType
Packages that use WavFileType
Package
Description
-
Uses of WavFileType in Acquisition
Fields in Acquisition with type parameters of type WavFileTypeMethods in Acquisition that return WavFileTypeModifier and TypeMethodDescriptionFileInputSystem.getCurrentFile()FolderInputSystem.getCurrentFile()Methods in Acquisition with parameters of type WavFileTypeModifier and TypeMethodDescriptionvoidFileInputSystem.interpretNewFile(WavFileType newFile) Called when a new file or folder is selected.voidFolderInputSystem.interpretNewFile(WavFileType newFile) Method parameters in Acquisition with type arguments of type WavFileTypeModifier and TypeMethodDescriptionvoidFolderInputSystem.newFileList(FileListData<WavFileType> fileListData) Callback when the file list has completed it's background task. -
Uses of WavFileType in Acquisition.filedate
Method parameters in Acquisition.filedate with type arguments of type WavFileTypeModifier and TypeMethodDescriptionvoidFileDateDialogStrip.setNfiles(ArrayList<WavFileType> allFiles) Set the number of files label -
Uses of WavFileType in Acquisition.filetypes
Method parameters in Acquisition.filetypes with type arguments of type WavFileTypeModifier and TypeMethodDescriptionSoundFileTypes.getUsedTypes(List<WavFileType> aFile) Get a list of used file types for the folder Input System.booleanSoundFileType.hasFileType(List<WavFileType> files) Work out if any files of this type are included in the current selection. -
Uses of WavFileType in Acquisition.layoutFX
Method parameters in Acquisition.layoutFX with type arguments of type WavFileTypeModifier and TypeMethodDescriptionvoidFolderInputPane.newFileList(FileListData<WavFileType> fileListData) Called once the wav worker thread has finished making the audio file list.protected abstract voidFileDatePane.setFilelist(javafx.collections.ObservableList<WavFileType> fileList) Set the current list of filesprotected voidStandardFileDatePane.setFilelist(javafx.collections.ObservableList<WavFileType> fileList) voidFileDataDialogStripFX.setFileList(javafx.collections.ObservableList<WavFileType> fileList) Called whenever there is a new file list (Might just contain a single file);voidFolderInputPane.setFileOptionPane(javafx.collections.ObservableList<WavFileType> fileList) Set bespoke options for certain file types.voidFolderInputPane.setFileWorker(PamWorker<FileListData<WavFileType>> worker) Called whenever a new file worker is initialised to search a folder for wav files. -
Uses of WavFileType in PamUtils.worker.filelist
Methods in PamUtils.worker.filelist that return WavFileTypeMethods in PamUtils.worker.filelist with parameters of type WavFileTypeMethod parameters in PamUtils.worker.filelist with type arguments of type WavFileTypeModifier and TypeMethodDescriptionbooleanWavListWorker.allFilesTask(FileListData<WavFileType> fileList) voidWavListWorker.finaliseFileList(PamWorker<FileListData<WavFileType>> pamWorker, FileListData<WavFileType> fileList) voidWavListWorker.finaliseFileList(PamWorker<FileListData<WavFileType>> pamWorker, FileListData<WavFileType> fileList) voidWavListUser.newFileList(FileListData<WavFileType> fileListData) Constructor parameters in PamUtils.worker.filelist with type arguments of type WavFileType