Uses of Class
PamUtils.worker.filelist.WavFileType
Packages that use WavFileType
-
Uses of WavFileType in Acquisition
Method parameters in Acquisition with type arguments of type WavFileTypeModifier and TypeMethodDescriptionvoid
FolderInputSystem.newFileList
(FileListData<WavFileType> fileListData) Callback when the file list has completed it's background task. -
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.boolean
SoundFileType.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 TypeMethodDescriptionvoid
FolderInputPane.newFileList
(FileListData<WavFileType> fileListData) Called once the wav worker thread has finished making the audio file list.void
FileDataDialogStripFX.setFileList
(javafx.collections.ObservableList<WavFileType> fileList) Called whenever there is a new file list (Might just contain a single file);void
FolderInputPane.setFileOptionPane
(javafx.collections.ObservableList<WavFileType> fileList) Set bespoke options for certain file types.void
FolderInputPane.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 TypeMethodDescriptionboolean
WavListWorker.allFilesTask
(FileListData<WavFileType> fileList) void
WavListUser.newFileList
(FileListData<WavFileType> fileListData) Constructor parameters in PamUtils.worker.filelist with type arguments of type WavFileType