com.dt.iTunesController
Class ITFileOrCDTrack

java.lang.Object
  extended by com.dt.iTunesController.ITObject
      extended by com.dt.iTunesController.ITTrack
          extended by com.dt.iTunesController.ITFileOrCDTrack

public class ITFileOrCDTrack
extends ITTrack

Represents a file or CD track.


Field Summary
 
Fields inherited from class com.dt.iTunesController.ITObject
object
 
Constructor Summary
ITFileOrCDTrack(com.jacob.com.Dispatch d)
           
 
Method Summary
 ITArtworkCollection getArtworks()
           
 java.lang.String getLocation()
           
 ITRatingKind getRatingKind()
           
 ITVideoKind getVideoKind()
           
 void reveal()
          Reveals the track in the main browser window.
 
Methods inherited from class com.dt.iTunesController.ITTrack
delete, getAlbum, getArtist, getArtwork, getBitRate, getBPM, getComment, getCompilation, getComposer, getDateAdded, getDiscCount, getDiscNumber, getDuration, getEnabled, getEQ, getFinish, getGenre, getGrouping, getKind, getKindAsString, getModificationDate, getPlayedCount, getPlayedDate, getPlaylist, getPlayOrderIndex, getRating, getSampleRate, getSize, getStart, getTime, getTrackCount, getTrackNumber, getVolumeAdjustment, getYear, play, setAlbum, setArtist, setBPM, setComment, setCompilation, setComposer, setDiscCount, setDiscNumber, setEnabled, setEQ, setFinish, setGenre, setGrouping, setPlayedCount, setPlayedDate, setRating, setStart, setTrackCount, setTrackNumber, setVolumeAdjustment, setYear
 
Methods inherited from class com.dt.iTunesController.ITObject
fetchDispatch, getIndex, getName, getPlaylistID, getSourceID, getTrackDatabaseID, getTrackID, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITFileOrCDTrack

public ITFileOrCDTrack(com.jacob.com.Dispatch d)
Method Detail

reveal

public void reveal()
Reveals the track in the main browser window.


getVideoKind

public ITVideoKind getVideoKind()

getRatingKind

public ITRatingKind getRatingKind()

getLocation

public java.lang.String getLocation()

getArtworks

public ITArtworkCollection getArtworks()