Uses of Class
com.tagtraum.beatunes.songtable.SongTable
-
Packages that use SongTable Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.filter Provides classes for Swing JTable filtering and sorting.com.tagtraum.beatunes.songtable -
-
Uses of SongTable in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return SongTable Modifier and Type Method Description SongTableMainWindow. getSongTable()Returns the main song table. -
Uses of SongTable in com.tagtraum.beatunes.filter
Constructors in com.tagtraum.beatunes.filter with parameters of type SongTable Constructor Description VisibleColumnDialog(BeaTunes beaTunes, SongTable songTable) -
Uses of SongTable in com.tagtraum.beatunes.songtable
Methods in com.tagtraum.beatunes.songtable that return SongTable Modifier and Type Method Description SongTablePlayListImage. getSongTable()SongTableSongContextComponent. getSongTable()Easy access to theSongTableobject.Methods in com.tagtraum.beatunes.songtable with parameters of type SongTable Modifier and Type Method Description voidPlayListImage. setSongTable(SongTable songTable)
-