Uses of Class
com.tagtraum.beatunes.songtable.SongContextComponent
-
Packages that use SongContextComponent Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.contextshop Provides classes for the context shop.com.tagtraum.beatunes.matchtable Everything that has to do with matching.com.tagtraum.beatunes.songtable com.tagtraum.beatunes.wikiinfo Song context component that displays data from several sources, among them Wikipedia. -
-
Uses of SongContextComponent in com.tagtraum.beatunes
Subclasses of SongContextComponent in com.tagtraum.beatunes Modifier and Type Class Description class
DummySongContextComponent
DummySongContextComponent. -
Uses of SongContextComponent in com.tagtraum.beatunes.contextshop
Subclasses of SongContextComponent in com.tagtraum.beatunes.contextshop Modifier and Type Class Description class
ContextShop
Shows Amazon content that's related to the currently selected song. -
Uses of SongContextComponent in com.tagtraum.beatunes.matchtable
Subclasses of SongContextComponent in com.tagtraum.beatunes.matchtable Modifier and Type Class Description class
MatchTable
Table used to display songs matching the selected song in theSongTable
. -
Uses of SongContextComponent in com.tagtraum.beatunes.songtable
Subclasses of SongContextComponent in com.tagtraum.beatunes.songtable Modifier and Type Class Description class
DelegatingSongContextComponent
Delegates calls fromSongContextComponent
to aSongContextView
in order to avoid inheritance.Methods in com.tagtraum.beatunes.songtable that return types with arguments of type SongContextComponent Modifier and Type Method Description List<SongContextComponent>
SongTable. getSongContextComponents()
-
Uses of SongContextComponent in com.tagtraum.beatunes.wikiinfo
Subclasses of SongContextComponent in com.tagtraum.beatunes.wikiinfo Modifier and Type Class Description class
WikiInfo
WikiInfo.
-