Uses of Class
com.paf.jpafboard.Track
-
Uses of Track in com.paf.jpafboard
Methods in com.paf.jpafboard that return TrackModifier and TypeMethodDescriptionPAFMediaPlayer.getCurrentSong()PAFMediaPlayer.getNextSong()PAFMediaPlayer.getPreviousSong()TrackGenre.getTrack()Methods in com.paf.jpafboard that return types with arguments of type TrackModifier and TypeMethodDescriptionGenre.getArrayTracks()MusicLibrary.getArrayTracks()MusicLibrary.getEmptyGenreArrayTracks()MusicLibrary.getSetTracks()com.j256.ormlite.dao.ForeignCollection<Track> MusicLibrary.getTracks()Methods in com.paf.jpafboard with parameters of type TrackModifier and TypeMethodDescriptionbooleanvoidvoidPAFMediaPlayer.setCurrentSong(Track currentSong, boolean addToStack) voidPAFMediaPlayer.setNextSong(Track nextSong) voidConstructors in com.paf.jpafboard with parameters of type TrackModifierConstructorDescriptionPAFMediaPlayer(Track currentSong, boolean fading, boolean looping, double volume) TrackGenre(Track track, Genre genre)