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