Uses of Class
org.openstreetmap.josm.io.audio.AudioPlayer.Result
-
Packages that use AudioPlayer.Result Package Description org.openstreetmap.josm.io.audio Provides the classes for Audio mapping features. -
-
Uses of AudioPlayer.Result in org.openstreetmap.josm.io.audio
Fields in org.openstreetmap.josm.io.audio declared as AudioPlayer.Result Modifier and Type Field Description private AudioPlayer.Result
AudioPlayer.Execute. result
Methods in org.openstreetmap.josm.io.audio that return AudioPlayer.Result Modifier and Type Method Description static AudioPlayer.Result
AudioPlayer.Result. valueOf(String name)
Returns the enum constant of this type with the specified name.static AudioPlayer.Result[]
AudioPlayer.Result. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-