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 SongTable
MainWindow. 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 SongTable
PlayListImage. getSongTable()
SongTable
SongContextComponent. getSongTable()
Easy access to theSongTable
object.Methods in com.tagtraum.beatunes.songtable with parameters of type SongTable Modifier and Type Method Description void
PlayListImage. setSongTable(SongTable songTable)
-