Uses of Class
com.melloware.jukes.gui.view.tasks.LongTask

Packages that use LongTask
com.melloware.jukes.gui.view.tasks   
 

Uses of LongTask in com.melloware.jukes.gui.view.tasks
 

Subclasses of LongTask in com.melloware.jukes.gui.view.tasks
 class LoadDisclistTask
          In a thread attempts to load the disclist one disc at a time and notify user of the progress.
 class LoadPlaylistTask
          In a thread attempts to load the playlist one song at a time and notify user of the progress.
 class UpdateTagsTask
          In a thread attempts to update all tags for all tracks for a domain object (Artist, Disc, Track).
 

Methods in com.melloware.jukes.gui.view.tasks that return LongTask
 LongTask TimerListener.getTask()
          Gets the task.
 

Methods in com.melloware.jukes.gui.view.tasks with parameters of type LongTask
 void TimerListener.setTask(LongTask aTask)
          Sets the task.
 

Constructors in com.melloware.jukes.gui.view.tasks with parameters of type LongTask
TimerListener(ProgressMonitor aProgressMonitor, LongTask aTask, Timer aTimer)
          Default contructor
 



Copyright © 1999-2010 Melloware Inc. All Rights Reserved.