Holger's
Java API

Uses of Class
com.antelmann.cddb.Track

Packages that use Track
com.antelmann.cddb This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. 
 

Uses of Track in com.antelmann.cddb
 

Methods in com.antelmann.cddb that return Track
 Track[] CDDBXmcdParser.extractTracks(boolean addArtist)
          generates default Track objects that - if addArtist is true - contain applicable contributions
 Track[] CDDBEntry.extractTracks(boolean addArtist)
          generates default Track objects that - if addArtist is true - contain applicable contributions
 

Methods in com.antelmann.cddb that return types with arguments of type Track
 Set<Track> Composition.getAllTracks()
          generates an unmodifiable view of all Track objects, including those from children Composition objects; this view will not reflect subsequent changes to the actual embedded sets
 Set<Track> Composition.getCompositionTracks()
          provides an unmodifiable view only of the Track objects directly added to this composition
 

Methods in com.antelmann.cddb with parameters of type Track
 boolean Composition.add(Track t)
           
 int Track.compareTo(Track t)
           
 boolean Composition.contains(Track t)
          only checks for directly added tracks
 boolean Composition.remove(Track t)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads