Constructors in task with parameters of type SongTable |
AddTracksTask(Options options,
SongTable songTable,
boolean monitorProgress)
Creates a new AddTracksTask with the given set of options. |
AddTracksTask(SongTable table,
boolean monitorProgress)
Creates a new AddTracksTask object responsible for adding
tracks not currently in the iTunes library or previously added
to iTunes. |
CleanMusicDir(java.util.ArrayList<java.io.File> selectedFiles,
java.util.ArrayList<java.io.File> allDupFiles,
java.io.File backupDir,
SongTable table,
boolean backup,
boolean del)
Creates a new CleanDirectory SwingWorker background task. |
DuplicatesTask(java.util.ArrayList<java.io.File> duplicates,
SongTable table)
Creates a new DuplicatesTask object given the Display object to
show progress, an ArrayList of files to contain duplicate files found,
and the SongTable object to display files that have been found to be duplicates. |