Uses of Class
com.tagtraum.beatunes.library.TagCollection
-
Packages that use TagCollection Package Description com.tagtraum.beatunes.library Classes that load and manage the library. -
-
Uses of TagCollection in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return TagCollection Modifier and Type Method Description TagCollection
HibernateMediaLibrary. getPopularTagCollection(int numberOfTags)
TagCollection
MediaLibrary. getPopularTagCollection(int numberOfTags)
Returns theTagCollection
for the X most common tags.TagCollection
HibernateMediaLibrary. getTagCollection()
TagCollection
MediaLibrary. getTagCollection()
Returns theTagCollection
for the entire library.TagCollection
Tag. getTagCollection()
Methods in com.tagtraum.beatunes.library with parameters of type TagCollection Modifier and Type Method Description void
Tag. setTagCollection(TagCollection tagCollection)
-