|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSBundle | |
---|---|
org.rococoa.cocoa.appkit | |
org.rococoa.cocoa.foundation |
Uses of NSBundle in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSBundle | |
---|---|
abstract NSBundle |
NSViewController.nibBundle()
Original signature : -(NSBundle*)nibBundle native declaration : NSViewController.h:59 |
Methods in org.rococoa.cocoa.appkit with parameters of type NSBundle | |
---|---|
static NSViewController |
NSViewController.createWithNibName_bundle(NSString nibNameOrNil,
NSBundle nibBundleOrNil)
Factory method |
static NSNib |
NSNib.createWithNibNamed_bundle(NSString nibName,
NSBundle bundle)
Factory method |
abstract NSViewController |
NSViewController.initWithNibName_bundle(NSString nibNameOrNil,
NSBundle nibBundleOrNil)
The designated initializer. |
abstract NSNib |
NSNib.initWithNibNamed_bundle(NSString nibName,
NSBundle bundle)
Original signature : -(id)initWithNibNamed:(NSString*) bundle:(NSBundle*) native declaration : NSNib.h:50 |
abstract boolean |
NSHelpManager.registerBooksInBundle(NSBundle bundle)
Register one or more help books in the given bundle. |
Uses of NSBundle in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return NSBundle | |
---|---|
static NSBundle |
NSBundle.alloc()
|
abstract NSBundle |
NSBundle._class_.alloc()
|
static NSBundle |
NSBundle.bundleForClass(ObjCClass aClass)
Original signature : +(NSBundle*)bundleForClass:(Class) native declaration : NSBundle.h:32 |
abstract NSBundle |
NSBundle._class_.bundleForClass(ObjCClass aClass)
Original signature : +(NSBundle*)bundleForClass:(Class) native declaration : NSBundle.h:32 |
abstract NSBundle |
NSScriptSuiteRegistry.bundleForSuite(NSString suiteName)
Return the bundle that contains the code that implements the named suite. |
static NSBundle |
NSBundle.bundleWithIdentifier(NSString identifier)
Original signature : +(NSBundle*)bundleWithIdentifier:(NSString*) native declaration : NSBundle.h:33 |
abstract NSBundle |
NSBundle._class_.bundleWithIdentifier(NSString identifier)
Original signature : +(NSBundle*)bundleWithIdentifier:(NSString*) native declaration : NSBundle.h:33 |
static NSBundle |
NSBundle.bundleWithPath(NSString path)
Original signature : +(NSBundle*)bundleWithPath:(NSString*) native declaration : NSBundle.h:26 |
abstract NSBundle |
NSBundle._class_.bundleWithPath(NSString path)
Original signature : +(NSBundle*)bundleWithPath:(NSString*) native declaration : NSBundle.h:26 |
static NSBundle |
NSBundle.bundleWithURL(NSURL url)
Original signature : +(NSBundle*)bundleWithURL:(NSURL*) native declaration : NSBundle.h:29 |
abstract NSBundle |
NSBundle._class_.bundleWithURL(NSURL url)
Original signature : +(NSBundle*)bundleWithURL:(NSURL*) native declaration : NSBundle.h:29 |
static NSBundle |
NSBundle.createWithPath(NSString path)
Factory method |
static NSBundle |
NSBundle.createWithURL(NSURL url)
Factory method |
abstract NSBundle |
NSBundle.initWithPath(NSString path)
Original signature : -(id)initWithPath:(NSString*) native declaration : NSBundle.h:27 |
abstract NSBundle |
NSBundle.initWithURL(NSURL url)
Original signature : -(id)initWithURL:(NSURL*) native declaration : NSBundle.h:30 |
static NSBundle |
NSBundle.mainBundle()
Methods for creating or retrieving bundle instances. |
abstract NSBundle |
NSBundle._class_.mainBundle()
Methods for creating or retrieving bundle instances. |
static NSBundle |
NSBundle.new_()
|
abstract NSBundle |
NSBundle._class_.new_()
|
Methods in org.rococoa.cocoa.foundation with parameters of type NSBundle | |
---|---|
abstract void |
NSScriptSuiteRegistry.loadSuitesFromBundle(NSBundle bundle)
Given a bundle, register class and command descriptions from any .scriptSuite/.scriptTerminology resource files in the bundle. |
abstract void |
NSScriptSuiteRegistry.loadSuiteWithDictionary_fromBundle(NSDictionary suiteDeclaration,
NSBundle bundle)
Given a scripting suite declaration dictionary of the sort that is valid in .scriptSuite property list files, and a pointer to the bundle that contains the code that implements the suite, register class and command descriptions for the suite. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |