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 classSimpleSongTableModelSimple,List-basedTableModel.Methods in com.tagtraum.beatunes with parameters of type AbstractSongTableModel Modifier and Type Method Description voidSimpleSongTable. 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 AbstractSongTableModelPlayListSorter. getModel()AbstractSongTableModelTableModelSorter. getModel()Methods in com.tagtraum.beatunes.filter with parameters of type AbstractSongTableModel Modifier and Type Method Description voidPlayListSorter. setModel(AbstractSongTableModel model)abstract voidSongTableRowSorter. setModel(AbstractSongTableModel model)Sets the underlying unsorted, unfiltered model.voidTableModelSorter. setModel(AbstractSongTableModel model)Method parameters in com.tagtraum.beatunes.filter with type arguments of type AbstractSongTableModel Modifier and Type Method Description booleanSubstringRowFilter. 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 classSongTableModelMainAudioSongtable model.Methods in com.tagtraum.beatunes.songtable with parameters of type AbstractSongTableModel Modifier and Type Method Description voidSongTableEditCreator. setValueUndoable(AbstractSongTableModel model, AudioSong song, Object newValue, int row, int column)
-