org.rococoa.cocoa.appkit.categories
Interface NSButtonSoundExtensions

All Superinterfaces:
ObjCObject

public interface NSButtonSoundExtensions
extends ObjCObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSButtonSoundExtensions._static_
           
 
Method Summary
 void setSound(NSSound aSound)
          Original signature : -(void)setSound:(NSSound*)
from NSButtonSoundExtensions native declaration : NSButton.h:73
 NSSound sound()
          Original signature : -(NSSound*)sound
from NSButtonSoundExtensions native declaration : NSButton.h:74
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

setSound

void setSound(NSSound aSound)
Original signature : -(void)setSound:(NSSound*)
from NSButtonSoundExtensions native declaration : NSButton.h:73


sound

NSSound sound()
Original signature : -(NSSound*)sound
from NSButtonSoundExtensions native declaration : NSButton.h:74



Copyright © 2009. All Rights Reserved.