Uses of Class
com.tagtraum.beatunes.AbstractSongTableModel
-
Packages that use AbstractSongTableModel 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 AbstractSongTableModel in com.tagtraum.beatunes
Subclasses of AbstractSongTableModel in com.tagtraum.beatunes Modifier and Type Class Description class
SimpleSongTableModel
Simple,List
-basedTableModel
.Methods in com.tagtraum.beatunes with parameters of type AbstractSongTableModel Modifier and Type Method Description void
SimpleSongTable. setSongModel(AbstractSongTableModel model)
Re-initializes this table with the given model. -
Uses of AbstractSongTableModel in com.tagtraum.beatunes.filter
Methods in com.tagtraum.beatunes.filter that return AbstractSongTableModel Modifier and Type Method Description AbstractSongTableModel
PlayListSorter. getModel()
AbstractSongTableModel
TableModelSorter. getModel()
Methods in com.tagtraum.beatunes.filter with parameters of type AbstractSongTableModel Modifier and Type Method Description void
PlayListSorter. setModel(AbstractSongTableModel model)
abstract void
SongTableRowSorter. setModel(AbstractSongTableModel model)
Sets the underlying unsorted, unfiltered model.void
TableModelSorter. setModel(AbstractSongTableModel model)
Method parameters in com.tagtraum.beatunes.filter with type arguments of type AbstractSongTableModel Modifier and Type Method Description boolean
SubstringRowFilter. include(RowFilter.Entry<? extends AbstractSongTableModel,? extends Integer> entry)
-
Uses of AbstractSongTableModel in com.tagtraum.beatunes.songtable
Subclasses of AbstractSongTableModel in com.tagtraum.beatunes.songtable Modifier and Type Class Description class
SongTableModel
MainAudioSong
table model.Methods in com.tagtraum.beatunes.songtable with parameters of type AbstractSongTableModel Modifier and Type Method Description void
SongTableEditCreator. setValueUndoable(AbstractSongTableModel model, AudioSong song, Object newValue, int row, int column)
-