Uses of Class
com.jniwrapper.macosx.cocoa.nsbundle.NSBundle

Packages that use NSBundle
com.jniwrapper.macosx.cocoa.nsnib   
com.jniwrapper.macosx.cocoa.nsscriptsuiteregistry   
 

Uses of NSBundle in com.jniwrapper.macosx.cocoa.nsnib
 

Methods in com.jniwrapper.macosx.cocoa.nsnib with parameters of type NSBundle
 Id NSNib.initWithNibNamed_bundle(java.lang.String nibName, NSBundle bundle)
          This method represents the initWithNibNamed() method of the NSNib Objective-C class.
 

Uses of NSBundle in com.jniwrapper.macosx.cocoa.nsscriptsuiteregistry
 

Methods in com.jniwrapper.macosx.cocoa.nsscriptsuiteregistry with parameters of type NSBundle
 void NSScriptSuiteRegistry.loadSuitesFromBundle(NSBundle bundle)
           
 void NSScriptSuiteRegistry.loadSuiteWithDictionary_fromBundle(NSDictionary dict, NSBundle bundle)
          This method represents the loadSuiteWithDictionary() method of the NSScriptSuiteRegistry Objective-C class.