Uses of Class
com.jniwrapper.macosx.cocoa.nssound.NSSound

Packages that use NSSound
com.jniwrapper.macosx.cocoa.nsbutton   
com.jniwrapper.macosx.cocoa.nsbuttoncell   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nssound   
 

Uses of NSSound in com.jniwrapper.macosx.cocoa.nsbutton
 

Methods in com.jniwrapper.macosx.cocoa.nsbutton with parameters of type NSSound
 void NSButton.setSound(NSSound aSound)
           
 

Uses of NSSound in com.jniwrapper.macosx.cocoa.nsbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nsbuttoncell with parameters of type NSSound
 void NSButtonCell.setSound(NSSound aSound)
           
 

Uses of NSSound in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSSound
 void NSObject.sound_didFinishPlaying(NSSound sound, boolean aBool)
          This method represents the sound() method of the NSObject Objective-C class.
 

Uses of NSSound in com.jniwrapper.macosx.cocoa.nssound
 

Methods in com.jniwrapper.macosx.cocoa.nssound that return NSSound
static NSSound NSSound.NSSound_soundNamed(java.lang.String name)
          This method represents the soundNamed static constructor of the NSSound Objective-C class.