Package | Description |
---|---|
com.tagtraum.beatunes.analysisqueue |
Provides an implementation for the analysis queue and its UI.
|
com.tagtraum.beatunes.library |
Classes that load and manage the library.
|
com.tagtraum.beatunes.library.filesystem |
Implementation of a file system based music library.
|
com.tagtraum.beatunes.library.itunes |
Implementation of an iTunes-based music library.
|
Modifier and Type | Method and Description |
---|---|
Set<Long> |
AnalysisQueue.getSongIds(PlayList.Kind... kinds) |
Modifier and Type | Method and Description |
---|---|
static PlayList.Kind |
PlayList.Kind.get(int id)
Get a
PlayList.Kind for an integer identifier. |
PlayList.Kind |
PlayListFacade.getDistinguishedKind() |
PlayList.Kind |
PlayList.getDistinguishedKind() |
PlayList.Kind |
HibernatePlayList.getDistinguishedKind() |
PlayList.Kind[] |
SongKindFilter.getKinds() |
static PlayList.Kind |
PlayList.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayList.Kind[] |
PlayList.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Long> |
ITunesMusicLibrary.getSongIds(PlayList.Kind... kinds)
Returns all ids that are in the given set of
PlayList.Kind s. |
Set<Long> |
AbstractMusicLibrary.getSongIds(PlayList.Kind... kinds) |
void |
PlayList.setDistinguishedKind(PlayList.Kind distinguishedKind) |
void |
HibernatePlayList.setDistinguishedKind(PlayList.Kind value) |
Constructor and Description |
---|
SongKindFilter(String propertyName,
boolean isSame,
PlayList.Kind... kinds) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemPlayList.setDistinguishedKind(PlayList.Kind value) |
Modifier and Type | Method and Description |
---|---|
static PlayList.Kind |
ITunesPlayListBinder.getDistinguishedKind(Map<String,Object> playListPropertyMap) |
Modifier and Type | Method and Description |
---|---|
void |
ITunesPlayList.setDistinguishedKind(PlayList.Kind distinguishedKind) |
Copyright © 2006–2017 tagtraum industries incorporated. All rights reserved.