Uses of Class
com.jniwrapper.macosx.cocoa.nskeyvalueobserving.NSKeyValueObservingOptions

Packages that use NSKeyValueObservingOptions
com.jniwrapper.macosx.cocoa.nsarray   
com.jniwrapper.macosx.cocoa.nsobject   
 

Uses of NSKeyValueObservingOptions in com.jniwrapper.macosx.cocoa.nsarray
 

Methods in com.jniwrapper.macosx.cocoa.nsarray with parameters of type NSKeyValueObservingOptions
 void NSArray.addObserver_toObjectsAtIndexes_forKeyPath_options_context(NSObject observer, NSIndexSet indexes, java.lang.String keyPath, NSKeyValueObservingOptions options, com.jniwrapper.Pointer.Void context)
          This method represents the addObserver() method of the NSArray Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSKeyValueObservingOptions
 void NSObject.addObserver_forKeyPath_options_context(NSObject observer, java.lang.String keyPath, NSKeyValueObservingOptions options, com.jniwrapper.Pointer.Void context)
          This method represents the addObserver() method of the NSObject Objective-C class.