|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.melloware.jukes.gui.view.tasks.LongTask
com.melloware.jukes.gui.view.tasks.UpdateTagsTask
public final class UpdateTagsTask
In a thread attempts to update all tags for all tracks for a domain object (Artist, Disc, Track). It will loop through all Artist's Disc's Tracks. It will loop through all Disc's Tracks. Or it will update a single Track.
Copyright (c) 1999-2007 Melloware, Inc.
Field Summary
AbstractJukesObjectdomain
Fields inherited from class com.melloware.jukes.gui.view.tasks.LongTask
canceled, current, done, lengthOfTask, statMessage
Constructor Summary
UpdateTagsTask(AbstractJukesObject aJukesObject)
Constructor that needs a config object and a filename to work on.
Method Summary
AbstractJukesObjectgetDomain()
Gets the domain.
voidgo()
Called to start the task.
Methods inherited from class com.melloware.jukes.gui.view.tasks.LongTask
getCurrent, getLengthOfTask, getMessage, isCancelled, isDone, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
domain
public final AbstractJukesObject domain
Constructor Detail
UpdateTagsTask
public UpdateTagsTask(AbstractJukesObject aJukesObject)
aJukesObject - the domain object to work with
Method Detail
getDomain
public AbstractJukesObject getDomain()
go
public void go()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 1999-2008 Melloware Inc. All Rights Reserved.