|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayListTable.PlayState | |
---|---|
net.sourceforge.atunes.gui.views.controls.playList | |
net.sourceforge.atunes.kernel.handlers |
Uses of PlayListTable.PlayState in net.sourceforge.atunes.gui.views.controls.playList |
---|
Methods in net.sourceforge.atunes.gui.views.controls.playList that return PlayListTable.PlayState | |
---|---|
PlayListTable.PlayState |
PlayListTable.getPlayState()
Gets the play state. |
static PlayListTable.PlayState |
PlayListTable.PlayState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PlayListTable.PlayState[] |
PlayListTable.PlayState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sourceforge.atunes.gui.views.controls.playList with parameters of type PlayListTable.PlayState | |
---|---|
void |
PlayListTable.setPlayState(PlayListTable.PlayState playState)
Sets the play state. |
Uses of PlayListTable.PlayState in net.sourceforge.atunes.kernel.handlers |
---|
Methods in net.sourceforge.atunes.kernel.handlers with parameters of type PlayListTable.PlayState | |
---|---|
void |
VisualHandler.updatePlayState(PlayListTable.PlayState state)
Update play state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |