Uses of Class
com.tagtraum.tunes.RepeatMode
-
Packages that use RepeatMode Package Description com.tagtraum.tunes Platform independent Java API for iTunes. -
-
Uses of RepeatMode in com.tagtraum.tunes
Methods in com.tagtraum.tunes that return RepeatMode Modifier and Type Method Description RepeatMode
ITunes. getRepeatMode()
static RepeatMode
RepeatMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RepeatMode[]
RepeatMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tagtraum.tunes with parameters of type RepeatMode Modifier and Type Method Description void
ITunes. setRepeatMode(RepeatMode repeatMode)
-