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

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

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

Methods in com.melloware.jukes.db.orm with parameters of type Track
 void Disc.addTrack(Track track)
           
 

Uses of Track in com.melloware.jukes.file
 

Methods in com.melloware.jukes.file that return Track
 Track Playlist.getCurrentTrack()
          Gets the currentTrack.
 Track Playlist.removeCurrentTrack()
          AZ Delete the currentTrack.
 

Methods in com.melloware.jukes.file with parameters of type Track
 void Playlist.playImmediate(Track track)
          Plays this track immediately.
 

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

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

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

Methods in com.melloware.jukes.gui.view.node that return Track
 Track TrackNode.getTrack()
          Returns this node's associated Track instance.
 

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

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

Constructors in com.melloware.jukes.gui.view.validation with parameters of type Track
TrackValidationModel(Track aTrack)
          Constuctor that takes an Track object.
TrackValidator(Track track)
          Constructs a TrackValidator on the given Track.
 



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