A G I J M O P R S U

S

setDefaultUI(Class<? extends MP3PlayerUI>) - Static method in class jaco.mp3.player.MP3Player
 
setRepeat(boolean) - Method in class jaco.mp3.player.MP3Player
When you turn on repeat, the player will practically never stop.
setShuffle(boolean) - Method in class jaco.mp3.player.MP3Player
When you turn on shuffle, the next mp3 to play will be randomly chosen from the play list.
skipBackward() - Method in class jaco.mp3.player.MP3Player
Forces the player to play previous mp3 in the play list (or random if shuffle is turned on).
skipForward() - Method in class jaco.mp3.player.MP3Player
Forces the player to play next mp3 in the play list (or random if shuffle is turned on).
stop() - Method in class jaco.mp3.player.MP3Player
Forces the player to stop playing.

A G I J M O P R S U