CPObjectCPBundle
@implementation CPBundle : CPObject
Method Summary | |
---|---|
+(id) | alloc Allocates a new instance of the receiving class. |
+(CPBundle) | bundleForClass:(Class)aClass |
+(CPBundle) | bundleWithPath:(CPString)aPath |
+(BOOL) | loadCibFile:(CPString)aPath externalNameTable:(CPDictionary)aNameTable |
+(BOOL) | loadCibNamed:(CPString)aName owner:(id)anOwner |
+(CPBundle) | mainBundle |
-(CPString) | bundlePath |
-(Class) | classNamed:(CPString)aString |
-(CPDictionary) | infoDictionary |
-(BOOL) | loadCibFile:(CPString)aPath externalNameTable:(CPDictionary)aNameTable |
-(id) | objectForInfoDictionaryKey:(CPString)aKey |
-(CPString) | pathForResource:(CPString)aFilename |
-(Class) | principalClass |
Method Detail |
---|
+(id)alloc
+(CPBundle)bundleForClass:(Class)aClass
aClass
+(CPBundle)bundleWithPath:(CPString)aPath
aPath
+(BOOL)loadCibFile:(CPString)aPath externalNameTable:(CPDictionary)aNameTable
aPath
aNameTable
+(BOOL)loadCibNamed:(CPString)aName owner:(id)anOwner
aName
anOwner
+(CPBundle)mainBundle
-(CPString)bundlePath
-(Class)classNamed:(CPString)aString
aString
-(CPDictionary)infoDictionary
-(BOOL)loadCibFile:(CPString)aPath externalNameTable:(CPDictionary)aNameTable
aPath
aNameTable
-(id)objectForInfoDictionaryKey:(CPString)aKey
aKey
-(CPString)pathForResource:(CPString)aFilename
aFilename
-(Class)principalClass
Created on Sat Sep 13 14:15:43 PDT 2008