Package Acquisition.filetypes
Class SoundFileType
java.lang.Object
Acquisition.filetypes.SoundFileType
- Direct Known Subclasses:
SUDFileType
Some functions for the File and Folder input systems to give a bit of
extra functionality / help for different file types. Primarily introduced
to give a couple of extras for sud files.
- Author:
- dg50
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasFileType
(List<WavFileType> files) Work out if any files of this type are included in the current selection.boolean
isFileType
(File oneFile) Work out if any files of this type are included in the current selection.abstract void
selected
(FileInputSystem fileInputSystem)
-
Constructor Details
-
SoundFileType
-
-
Method Details
-
isFileType
Work out if any files of this type are included in the current selection.- Parameters:
fileOrFolder
- this for a single file.includeSubfolders
- used with folders.- Returns:
- true if any exist.
-
hasFileType
Work out if any files of this type are included in the current selection.- Parameters:
fileOrFolder
- this for a single file.includeSubfolders
- used with folders.- Returns:
- true if any exist.
-
selected
-