Uses of Class
AudioFile

Uses of AudioFile in
 

Methods in Default Package that return AudioFile
 AudioFile AudioFileVector.fileAtRank(int aRank)
          Returns the file at the given rank.
 AudioFile AudioFileVector.getSelectedFile()
          Returns the currently selected file.
 

Methods in Default Package with parameters of type AudioFile
 void AudioFileVector.add(AudioFile anAudioFile)
          Adds the given file to the end of this.
 void AudioFileVector.insert(AudioFile anAudioFile)
          Inserts the given file into this at the currently selected rank.