Uses of Class
com.tagtraum.beatunes.analysis.ImportLyrics
-
Packages that use ImportLyrics Package Description com.tagtraum.beatunes.analysis Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors. -
-
Uses of ImportLyrics in com.tagtraum.beatunes.analysis
Methods in com.tagtraum.beatunes.analysis that return ImportLyrics Modifier and Type Method Description ImportLyrics
ImportLyrics. createDeepCopy()
ImportLyrics
ImportLyricsEditor. getTask()
ImportLyrics
ImportLyricsEditor. getTask(ImportLyrics task)
Methods in com.tagtraum.beatunes.analysis that return types with arguments of type ImportLyrics Modifier and Type Method Description TaskEditor<ImportLyrics>
ImportLyrics. createEditor()
Methods in com.tagtraum.beatunes.analysis with parameters of type ImportLyrics Modifier and Type Method Description ImportLyrics
ImportLyricsEditor. getTask(ImportLyrics task)
void
ImportLyricsEditor. setTask(ImportLyrics task)
-