Package com.tagtraum.beatunes.songinfo
Class ModelBasedSong
- java.lang.Object
-
- com.tagtraum.beatunes.songinfo.ModelBasedSong
-
public class ModelBasedSong extends Object
- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description ModelBasedSong()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AudioSong
createModelBasedSong(Object source, Document name, Document artist, Document albumArtist, Document album, Document composer, Document genre, Document trackNumber, Document trackCount, Document discNumber, Document discCount, Document movement, Document movementNumber, Document movementCount, Document work, Document year, ButtonModel compilationButton, Supplier<Integer> totalTime)
static AudioSong
createModelBasedSong(Object source, Document name, Document artist, Document albumArtist, Document album, Document composer, Document genre, Document trackNumber, Document trackCount, Document discNumber, Document discCount, Document movement, Document movementNumber, Document movementCount, Document work, Document year, JComboBox<Boolean> compilationComboBox, Supplier<Integer> totalTime)
-
-
-
Method Detail
-
createModelBasedSong
public static AudioSong createModelBasedSong(Object source, Document name, Document artist, Document albumArtist, Document album, Document composer, Document genre, Document trackNumber, Document trackCount, Document discNumber, Document discCount, Document movement, Document movementNumber, Document movementCount, Document work, Document year, ButtonModel compilationButton, Supplier<Integer> totalTime)
-
createModelBasedSong
public static AudioSong createModelBasedSong(Object source, Document name, Document artist, Document albumArtist, Document album, Document composer, Document genre, Document trackNumber, Document trackCount, Document discNumber, Document discCount, Document movement, Document movementNumber, Document movementCount, Document work, Document year, JComboBox<Boolean> compilationComboBox, Supplier<Integer> totalTime)
-
-