Uses of Class
com.melloware.jukes.db.orm.Disc

Packages that use Disc
com.melloware.jukes.db.orm   
com.melloware.jukes.file   
com.melloware.jukes.gui.view.component   
com.melloware.jukes.gui.view.dialogs   
com.melloware.jukes.gui.view.node   
com.melloware.jukes.gui.view.validation   
 

Uses of Disc in com.melloware.jukes.db.orm
 

Methods in com.melloware.jukes.db.orm that return Disc
 Disc Track.getDisc()
           
 

Methods in com.melloware.jukes.db.orm with parameters of type Disc
 void Artist.addDisc(Disc disc)
           
 void Track.setDisc(Disc disc)
           
 

Uses of Disc in com.melloware.jukes.file
 

Methods in com.melloware.jukes.file that return Disc
 Disc Disclist.getCurrentDisc()
          Gets the currentDisc.
 Disc Disclist.removeCurrentDisc()
          Delete the currentDisc.
 Disc Disclist.setCurrentDisc(Disc aDisc)
          Sets the currentDisc.
 

Methods in com.melloware.jukes.file with parameters of type Disc
static boolean MusicDirectory.removeDiscIfNoLongerExists(Disc aDisc)
          Checks for the disc at the location on the hard drive.
 Disc Disclist.setCurrentDisc(Disc aDisc)
          Sets the currentDisc.
 

Uses of Disc in com.melloware.jukes.gui.view.component
 

Methods in com.melloware.jukes.gui.view.component that return Disc
 Disc AlbumImage.getDisc()
          Gets the disc.
 

Methods in com.melloware.jukes.gui.view.component with parameters of type Disc
 void AlbumImage.setDisc(Disc aDisc)
          Sets the disc.
 

Uses of Disc in com.melloware.jukes.gui.view.dialogs
 

Methods in com.melloware.jukes.gui.view.dialogs that return Disc
 Disc GenresToolDialog.getSelection()
          Gets the selection.
 

Uses of Disc in com.melloware.jukes.gui.view.node
 

Methods in com.melloware.jukes.gui.view.node that return Disc
 Disc DiscNode.getDisc()
          Returns this node's associated Disc instance.
 

Constructors in com.melloware.jukes.gui.view.node with parameters of type Disc
DiscNode(NavigationNode aParent, Disc aModel)
          Constructs a DiscNode for the given parent and disc.
 

Uses of Disc in com.melloware.jukes.gui.view.validation
 

Constructors in com.melloware.jukes.gui.view.validation with parameters of type Disc
DiscValidationModel(Disc aDisc)
          Constructor that takes an Disc object.
DiscValidator(Disc disc)
          Constructs a DiscValidator on the given Disc.
 



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