Uses of Class
org.openstreetmap.josm.tools.AudioPlayer

Packages that use AudioPlayer
org.openstreetmap.josm.tools   
 

Uses of AudioPlayer in org.openstreetmap.josm.tools
 

Fields in org.openstreetmap.josm.tools declared as AudioPlayer
private static AudioPlayer AudioPlayer.audioPlayer
           
 

Methods in org.openstreetmap.josm.tools that return AudioPlayer
private static AudioPlayer AudioPlayer.get()
          gets the singleton object, and if this is the first time, creates it along with the thread to support audio
 



JOSM