Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
M
P
R
S
T
A
ALBUM
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
ARTIST
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
AbstractCommand
- class com.breeweb.slimconnect.commands.
AbstractCommand
.
AbstractCommand(String[])
- Constructor for class com.breeweb.slimconnect.commands.
AbstractCommand
C
CMD
- Static variable in class com.breeweb.slimconnect.data.
DisplayReturnData
CMD_ADDRESS
- Static variable in class com.breeweb.slimconnect.commands.
PlayerCommand
CMD_COUNT
- Static variable in class com.breeweb.slimconnect.commands.
PlayerCommand
CMD_NAME
- Static variable in class com.breeweb.slimconnect.commands.
PlayerCommand
CMD_PLAYLIST_CURRENT_TRACK
- Static variable in class com.breeweb.slimconnect.commands.
PlayerCommand
CMD_PLAYLIST_NR_OF_TRACKS
- Static variable in class com.breeweb.slimconnect.commands.
PlayerCommand
ControlCommand
- class com.breeweb.slimconnect.commands.
ControlCommand
.
close()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Connection
Close the socket connection.
closeConnections()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
closes the connections of this delegate.
com.breeweb.slimconnect.commands
- package com.breeweb.slimconnect.commands
com.breeweb.slimconnect.data
- package com.breeweb.slimconnect.data
com.breeweb.slimconnect.exception
- package com.breeweb.slimconnect.exception
com.breeweb.slimconnect.iface.delegate
- package com.breeweb.slimconnect.iface.delegate
com.breeweb.slimconnect.test
- package com.breeweb.slimconnect.test
compareTo(Object)
- Method in class com.breeweb.slimconnect.data.
Player
compareTo(Object)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
D
DURATION
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
DataException
- exception com.breeweb.slimconnect.exception.
DataException
.
DataException()
- Constructor for class com.breeweb.slimconnect.exception.
DataException
DataException(String)
- Constructor for class com.breeweb.slimconnect.exception.
DataException
DataException(Throwable)
- Constructor for class com.breeweb.slimconnect.exception.
DataException
DataException(String, Throwable)
- Constructor for class com.breeweb.slimconnect.exception.
DataException
DisplayCommand
- class com.breeweb.slimconnect.commands.
DisplayCommand
.
DisplayReturnData
- class com.breeweb.slimconnect.data.
DisplayReturnData
.
DisplayReturnData(String, String)
- Constructor for class com.breeweb.slimconnect.data.
DisplayReturnData
DisplayReturnData(String, String, String)
- Constructor for class com.breeweb.slimconnect.data.
DisplayReturnData
decode(String)
- Method in class com.breeweb.slimconnect.data.
ReturnData
Decodes the given string, This is used to remove any special characters written by the Squeezebox server and replace them with normal characters.
displayGet()
- Static method in class com.breeweb.slimconnect.commands.
DisplayCommand
displayNow()
- Static method in class com.breeweb.slimconnect.commands.
DisplayCommand
Returns the command to get any text currently on the display, including anymations.
displaySet(String, String, int)
- Static method in class com.breeweb.slimconnect.commands.
DisplayCommand
Returns the command to set two lines on the display for a given amount of time.
E
equals(Object)
- Method in class com.breeweb.slimconnect.data.
Player
equals(Object)
- Method in class com.breeweb.slimconnect.data.
Playlist
equals(Object)
- Method in class com.breeweb.slimconnect.data.
Song
equals(Object)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
expectStatus()
- Method in class com.breeweb.slimconnect.commands.
AbstractCommand
Returns wether this command expects the server to return any status info.
G
GENRE
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
getAlbum()
- Method in class com.breeweb.slimconnect.data.
PlaylistSearchCriteria
getAlbum()
- Method in class com.breeweb.slimconnect.data.
Song
getArtist()
- Method in class com.breeweb.slimconnect.data.
PlaylistSearchCriteria
getArtist()
- Method in class com.breeweb.slimconnect.data.
Song
getAsLine()
- Method in class com.breeweb.slimconnect.commands.
AbstractCommand
Returns the command as a String which can be send to the Squeezebox server.
getCommand()
- Method in class com.breeweb.slimconnect.data.
ReturnData
Returns the command as
String
getCurrentAlbum()
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Returns a command to get the current album
getCurrentArtist()
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Returns a command to get the current artist
getCurrentDuration()
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Returns a command to get the current duration
getCurrentGenre()
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Returns a command to get the current genre.
getCurrentPath()
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Returns a command to get the current path
getCurrentPlayList()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Returns the current playlist
getCurrentSong()
- Method in class com.breeweb.slimconnect.data.
Playlist
returns the current song, if the playlist is empty or the current song is incorrect, This method will return
null
.
getCurrentSong()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Returns the current song playing
getCurrentTitle()
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Reurns a command to get the current title
getCurrentTrack()
- Method in class com.breeweb.slimconnect.data.
Playlist
Returns the current track playing, note this is mostly the track playing at the moment the playlist was requested.
getCurrentTrackInPlaylist()
- Static method in class com.breeweb.slimconnect.commands.
PlayerCommand
Returns the command to get the current track in the playlist.
getDisplay()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Returns the current lines on the display.
getDisplayNow()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Shows exactly what's on the display, this includes any anymation.
getDuration()
- Method in class com.breeweb.slimconnect.data.
Song
getGenre()
- Method in class com.breeweb.slimconnect.data.
PlaylistSearchCriteria
getGenre()
- Method in class com.breeweb.slimconnect.data.
Song
getId()
- Method in class com.breeweb.slimconnect.data.
Player
Returns the current index number in the Slimp3Server.
getIndex()
- Method in class com.breeweb.slimconnect.data.
Player
getInstance(String, int)
- Static method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Returns a Slimp3Delegate interface to a SLIMP3 / Squeezebox server.
getInstance(String, int, Player)
- Static method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Returns a Slimp3Delegate interface to a SLIMP3 / squizebox server, This method directly sets the player to which it should be bound.
getInternalStatus()
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the internal status.
getLines()
- Method in class com.breeweb.slimconnect.data.
DisplayReturnData
returns the two lines on the display as String array.
getMode()
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command to get the current mopde.
getMode()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Gets the current mode.
getName()
- Method in class com.breeweb.slimconnect.data.
Player
Returns the name of the player
getNrOfPlayers()
- Static method in class com.breeweb.slimconnect.commands.
PlayerCommand
Returns the command to get the number of players connected to the Squeezebox server
getNrOfTracksInCurrentList()
- Static method in class com.breeweb.slimconnect.commands.
PlayerCommand
Returns the command to get the number of tracks in the current playlist.
getPath()
- Method in class com.breeweb.slimconnect.data.
Song
getPlayerAddress(int)
- Static method in class com.breeweb.slimconnect.commands.
PlayerCommand
Returns the command to get the player address for the given index.
getPlayerName(int)
- Static method in class com.breeweb.slimconnect.commands.
PlayerCommand
Gets command for getting the player name for a given index.
getPlayers()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Returns an array of available Players
getPower()
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command to get the current power mode.
getRepeat()
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the get repeat command.
getResultString(InputStream)
- Method in class com.breeweb.slimconnect.commands.
AbstractCommand
Returns the result as String reading from the given inputstream.
getResultString(InputStream)
- Method in class com.breeweb.slimconnect.commands.
ControlCommand
getReturnData(String, String)
- Method in class com.breeweb.slimconnect.commands.
AbstractCommand
Makes sure the command gets executed, the result will be returned using a ReturnData object
getReturnData(String, String)
- Method in class com.breeweb.slimconnect.commands.
ControlCommand
getReturnData(String, String)
- Method in class com.breeweb.slimconnect.commands.
DisplayCommand
getReturnData(String, String)
- Method in class com.breeweb.slimconnect.commands.
PlayerCommand
getReturnData(String, String)
- Method in class com.breeweb.slimconnect.commands.
SongCommand
getReturnLine()
- Method in class com.breeweb.slimconnect.data.
ReturnData
Returns the result as
String
getShuffle()
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command to get the shuffle mode.
getSleep()
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command to get the amount of time untill sleep mode
getSleep()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Returns the time to play in seconds before going into sleep mode.
getSongAlbum(int)
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Returns a command to get the album for a given song index.
getSongArtist(int)
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Returns a command to get the artist for a given song index.
getSongDuration(int)
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Returns a command to get the duration for a given song index.
getSongGenre(int)
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Returns a command to get the genre for a given song index.
getSongPath(int)
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Returns a command to get the path for a given song index.
getSongTitle(int)
- Static method in class com.breeweb.slimconnect.commands.
SongCommand
Returns a command to get the title for a given song index.
getSongs()
- Method in class com.breeweb.slimconnect.data.
Playlist
Returns the
Songs
in this playlist
getTitle()
- Method in class com.breeweb.slimconnect.data.
Song
getValue()
- Method in class com.breeweb.slimconnect.data.
DisplayReturnData
getValue()
- Method in class com.breeweb.slimconnect.data.
ReturnData
returns the value for the
ReturnData
object as
String
getWildcard()
- Static method in class com.breeweb.slimconnect.data.
PlaylistSearchCriteria
returns the wildcard as
String
.
H
hashCode()
- Method in class com.breeweb.slimconnect.data.
Player
hashCode()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
I
isPowerOn()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
indicates wether or not power is on.
M
MODE
- Static variable in class com.breeweb.slimconnect.commands.
ControlCommand
P
PATH
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
PAUSE
- Static variable in class com.breeweb.slimconnect.commands.
ControlCommand
PLAY
- Static variable in class com.breeweb.slimconnect.commands.
ControlCommand
PLAYER
- Static variable in class com.breeweb.slimconnect.commands.
PlayerCommand
PLAYLIST
- Static variable in class com.breeweb.slimconnect.commands.
PlayerCommand
POWER
- Static variable in class com.breeweb.slimconnect.commands.
ControlCommand
Player
- class com.breeweb.slimconnect.data.
Player
.
Player(int, String, String)
- Constructor for class com.breeweb.slimconnect.data.
Player
constructs an Player object.
PlayerCommand
- class com.breeweb.slimconnect.commands.
PlayerCommand
.
Playlist
- class com.breeweb.slimconnect.data.
Playlist
.
Class to represent a playlist within the Squeezebox server.
Playlist(Song[], int)
- Constructor for class com.breeweb.slimconnect.data.
Playlist
contruct a new playlist object, with an array of songs and a currently playing track.
PlaylistSearchCriteria
- class com.breeweb.slimconnect.data.
PlaylistSearchCriteria
.
PlaylistSearchCriteria()
- Constructor for class com.breeweb.slimconnect.data.
PlaylistSearchCriteria
creates a default PlaylistSearchCriteria, which searches with three wildcards.
PlaylistSearchCriteria(String, String, String)
- Constructor for class com.breeweb.slimconnect.data.
PlaylistSearchCriteria
Creates a SearchCriteria using the parameters genre, artist, album.
play()
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the play command.
play()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Sends the "play" command
playlistAdd(String)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the playlist add command.
playlistAdd(String)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Adds the specified song URL, playlist or directory contents to the end of the current playlist.
playlistAddAlbum(String, String, String)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command for playlist add album
playlistAddAlbum(PlaylistSearchCriteria)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Appends all songs matching the specified criteria onto the end of the playlist.
playlistClear()
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command for playlist clear.
playlistClear()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Removes any song that is on the playlist.
playlistDelete(int)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
returns the command to delete a index from the playlist
playlistDelete(int)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Deletes the song at the specified index from the current playlist.
playlistGetIndex()
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the get index command.
playlistGetIndex()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Queries the song that is currently playing by index.
playlistInsert(String)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the playlist insert command.
playlistInsert(String)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Inserts the specified song URL, playlist or directory contents to be played immediately after the current song in the current playlist.
playlistJump(String)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns a AbstractCommand which represents the jump command.
playlistLoadAlbum(String, String, String)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command for playlist load album
playlistLoadAlbum(PlaylistSearchCriteria)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Puts songs matching the specified genre artist and album criteria on the playlist.
playlistMove(int, int)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the playlist move command.
playlistMove(int, int)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Moves the song at the specified index to a new index in the playlist.
playlistNext(int)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
next
n
numbers
playlistPlay(String)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the playlist play command.
playlistPlay(String)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Puts the specified song URL, playlist or directory contents into the current playlist and plays starting at the first item.
playlistPrev(int)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
previous song
playlistResume(String)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command for playlist resume.
playlistResume(String)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Replace the current playlist with the playlist specified by name, starting at the song that was playing when the file was saved.
playlistSave(String)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command for playlist save
playlistSave(String)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Saves a playlist file in the saved playlists directory.
playlistSetIndex(int)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command for setIndex.
playlistSetIndex(int)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
sets the current index within the playlist
R
ReturnData
- class com.breeweb.slimconnect.data.
ReturnData
.
ReturnData(String, String, String)
- Constructor for class com.breeweb.slimconnect.data.
ReturnData
repeat()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
returns the repeat mode (0,1,2).
S
SONG
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
SONG_ALBUM
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
SONG_ARTIST
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
SONG_DURATION
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
SONG_GENRE
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
SONG_PATH
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
SONG_TITLE
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
STOP
- Static variable in class com.breeweb.slimconnect.commands.
ControlCommand
Slimp3Connection
- class com.breeweb.slimconnect.iface.delegate.
Slimp3Connection
.
Slimp3Delegate
- class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
.
Song
- class com.breeweb.slimconnect.data.
Song
.
Song class represents a song within the Squeezebox server / player or playlist.
Song(String, String, String, String, String, String)
- Constructor for class com.breeweb.slimconnect.data.
Song
Creates a song representing the (current) song playing by the slimp3player
SongCommand
- class com.breeweb.slimconnect.commands.
SongCommand
.
SongCommand(String[])
- Constructor for class com.breeweb.slimconnect.commands.
SongCommand
sendCommand(AbstractCommand)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Connection
Sends an command to the Slimp3Server and returns the response as ReturnData object.
setAlbum(String)
- Method in class com.breeweb.slimconnect.data.
PlaylistSearchCriteria
setArtist(String)
- Method in class com.breeweb.slimconnect.data.
PlaylistSearchCriteria
setDisplay(String, int)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Sets the text (line1) on the first line of the display for an number of seconds specified by timeInSeconds
setDisplay(String, String, int)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Sets the text (line1 and 2) on the display for an number of seconds specified by timeInSeconds
setExpectStatus(boolean)
- Method in class com.breeweb.slimconnect.commands.
AbstractCommand
Sets a boolean if a status line is expected.
setGenre(String)
- Method in class com.breeweb.slimconnect.data.
PlaylistSearchCriteria
setId(String)
- Method in class com.breeweb.slimconnect.data.
Player
Sets the
ID
of the player
setIndex(int)
- Method in class com.breeweb.slimconnect.data.
Player
sets the current index number in the Slimp3Server / Squeezebox server.
setName(String)
- Method in class com.breeweb.slimconnect.data.
Player
The name of the player
setPause(boolean)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command to (un)set the pause mode.
setPause(boolean)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Set or unset the pause mode.
setPlayer(Player)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Binds this interface instance to the given player
setPower(boolean)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
returns the command to power on or off the player.
setPower(boolean)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Switch power on|off
setRepeat(int)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command to set repeat mode.
setRepeat(int)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Sets the repeat mode.
setReturnLine(String)
- Method in class com.breeweb.slimconnect.data.
ReturnData
Sets the result line.
setShuffle(boolean)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command to set/unset shuffle mode.
setShuffle(boolean)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
set suffle mode (en-/disable) note this might be changed in future releases, three modes are able.
setSleep(double)
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the set sleep command
setSleep(double)
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Sets the time to play in seconds before going into sleep mode.
shuffle()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
returns a boolean indicating if shuffle is enabled, now three modes are enabled (0,1,2).
stop()
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the stop command.
stop()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Sends the stop command
T
TITLE
- Static variable in class com.breeweb.slimconnect.commands.
SongCommand
TestSlimp3Delegate
- class com.breeweb.slimconnect.test.
TestSlimp3Delegate
.
TestSlimp3Delegate()
- Constructor for class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testControls()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testCurrentSong()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testDisplay()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testGetPlayers()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
this test expects to have at least one player available.
testGetPlaylist()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testPlaylistAdd()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testPlaylistAddAlbum()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testPlaylistClear()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testPlaylistDelete()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testPlaylistIndex()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testPlaylistInsert()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testPlaylistLoad()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testPlaylistMove()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testPlaylistMutateAndSave()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testPlaylistPlay()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testRepeat()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testShufflePlaylist()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
testSleep()
- Method in class com.breeweb.slimconnect.test.
TestSlimp3Delegate
toString()
- Method in class com.breeweb.slimconnect.data.
Player
toString()
- Method in class com.breeweb.slimconnect.data.
Playlist
toString()
- Method in class com.breeweb.slimconnect.data.
ReturnData
toString()
- Method in class com.breeweb.slimconnect.data.
Song
togglePause()
- Static method in class com.breeweb.slimconnect.commands.
ControlCommand
Returns the command to toggle the puase mode.
togglePause()
- Method in class com.breeweb.slimconnect.iface.delegate.
Slimp3Delegate
Toggles the pause mode.
A
C
D
E
G
H
I
M
P
R
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes