API  0.9.8
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPBundle Class Reference

#import <CPBundle.h>

+ Inheritance diagram for CPBundle:

Instance Methods

(CPString- bundleIdentifier
 
(CPString- bundlePath
 
(CPURL- bundleURL
 
(Class) - classNamed:
 
(CPString- description
 
(CPArray) - environments
 
(CPDictionary- infoDictionary
 
(id) - initWithPath:
 
(id) - initWithURL:
 
(BOOL) - isLoaded
 
(void) - loadWithDelegate:
 
(CPString- mostEligibleEnvironment
 
(id) - objectForInfoDictionaryKey:
 
(CPString- pathForResource:
 
(Class) - principalClass
 
(CPString- resourcePath
 
(CPURL- resourceURL
 
(CPArray) - staticResourceURLs
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(id) - init
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Class Methods

(CPBundle+ bundleForClass:
 
(CPBundle+ bundleWithIdentifier:
 
(CPBundle+ bundleWithPath:
 
(CPBundle+ bundleWithURL:
 
(CPCib+ loadCibFile:externalNameTable:
 
(CPCib+ loadCibFile:externalNameTable:loadDelegate:
 
(CPCib+ loadCibNamed:owner:
 
(CPCib+ loadCibNamed:owner:loadDelegate:
 
(CPBundle+ mainBundle
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 2 of file CPBundle.h.

Method Documentation

+ (CPBundle) bundleForClass: (Class)  aClass
implementation

Definition at line 67 of file CPBundle.j.

- (CPString) bundleIdentifier
implementation

Definition at line 137 of file CPBundle.j.

- (CPString) bundlePath
implementation

Definition at line 113 of file CPBundle.j.

- (CPURL) bundleURL
implementation

Definition at line 108 of file CPBundle.j.

+ (CPBundle) bundleWithIdentifier: (CPString anIdentifier
implementation

Definition at line 49 of file CPBundle.j.

+ (CPBundle) bundleWithPath: (CPString aPath
implementation

Definition at line 44 of file CPBundle.j.

+ (CPBundle) bundleWithURL: (CPURL aURL
implementation

Definition at line 39 of file CPBundle.j.

- (Class) classNamed: (CPString aString
implementation

Definition at line 103 of file CPBundle.j.

- (CPString) description
implementation

Returns a human readable string describing the receiver

Reimplemented from CPObject.

Definition at line 205 of file CPBundle.j.

- (CPArray) environments
implementation

Definition at line 195 of file CPBundle.j.

- (CPDictionary) infoDictionary
implementation

Definition at line 152 of file CPBundle.j.

- (id) initWithPath: (CPString aPath
implementation

Definition at line 98 of file CPBundle.j.

- (id) initWithURL: (CPURL aURL
implementation

Definition at line 77 of file CPBundle.j.

- (BOOL) isLoaded
implementation

Definition at line 142 of file CPBundle.j.

+ (CPCib) loadCibFile: (CPString anAbsolutePath
externalNameTable: (CPDictionary aNameTable 
implementation

Provided by category CPBundle(CPCibLoading).

Definition at line 37 of file CPCibLoading.j.

+ (CPCib) loadCibFile: (CPString anAbsolutePath
externalNameTable: (CPDictionary aNameTable
loadDelegate: (id)  aDelegate 
implementation

Provided by category CPBundle(CPCibLoading).

Definition at line 59 of file CPCibLoading.j.

+ (CPCib) loadCibNamed: (CPString aName
owner: (id)  anOwner 
implementation

Provided by category CPBundle(CPCibLoading).

Definition at line 42 of file CPCibLoading.j.

+ (CPCib) loadCibNamed: (CPString aName
owner: (id)  anOwner
loadDelegate: (id)  aDelegate 
implementation

Provided by category CPBundle(CPCibLoading).

Definition at line 68 of file CPCibLoading.j.

- (void) loadWithDelegate: (id)  aDelegate
implementation

Definition at line 162 of file CPBundle.j.

+ (CPBundle) mainBundle
implementation

Definition at line 72 of file CPBundle.j.

- (CPString) mostEligibleEnvironment
implementation

Definition at line 200 of file CPBundle.j.

- (id) objectForInfoDictionaryKey: (CPString aKey
implementation

Definition at line 157 of file CPBundle.j.

- (CPString) pathForResource: (CPString aFilename
implementation

Definition at line 147 of file CPBundle.j.

- (Class) principalClass
implementation

Definition at line 128 of file CPBundle.j.

- (CPString) resourcePath
implementation

Definition at line 118 of file CPBundle.j.

- (CPURL) resourceURL
implementation

Definition at line 123 of file CPBundle.j.

- (CPArray) staticResourceURLs
implementation

Definition at line 182 of file CPBundle.j.


The documentation for this class was generated from the following files: