Public Member Functions | |
(CPString) | - pathForResource: [implementation] |
(id) | - initWithPath: [implementation] |
(Class) | - classNamed: [implementation] |
(CPString) | - bundlePath [implementation] |
(CPString) | - resourcePath [implementation] |
(Class) | - principalClass [implementation] |
(CPDictionary) | - infoDictionary [implementation] |
(id) | - objectForInfoDictionaryKey: [implementation] |
(void) | - loadWithDelegate: [implementation] |
(void) | - connection:didReceiveData: [implementation] |
(void) | - connection:didFailWithError: [implementation] |
(void) | - connectionDidFinishLoading: [implementation] |
Static Public Member Functions | |
(void) | + loadCibFile:externalNameTable:loadDelegate: [implementation] |
(void) | + loadCibNamed:owner:loadDelegate: [implementation] |
(void) | + cibDidFinishLoading: [implementation] |
(CPBundle) | + bundleWithPath: [implementation] |
(CPBundle) | + bundleForClass: [implementation] |
(CPBundle) | + mainBundle [implementation] |
Definition at line 40 of file CPCibLoading.j.
+ (CPBundle) bundleForClass: | (Class) | aClass | [implementation] |
Definition at line 46 of file CPBundle.j.
- (CPString) bundlePath | [implementation] |
Definition at line 75 of file CPBundle.j.
Definition at line 41 of file CPBundle.j.
+ (void) cibDidFinishLoading: | (CPCib) | aCib | [implementation] |
Definition at line 65 of file CPCibLoading.j.
- (Class) classNamed: | (CPString) | aString | [implementation] |
Definition at line 70 of file CPBundle.j.
- (void) connection: | (CPURLConnection) | aConnection | ||
didFailWithError: | (CPError) | anError | ||
[implementation] |
Definition at line 167 of file CPBundle.j.
- (void) connection: | (CPURLConnection) | aConnection | ||
didReceiveData: | (CPString) | data | ||
[implementation] |
Definition at line 122 of file CPBundle.j.
- (void) connectionDidFinishLoading: | (CPURLConnection) | aConnection | [implementation] |
Definition at line 172 of file CPBundle.j.
- (CPDictionary) infoDictionary | [implementation] |
Definition at line 104 of file CPBundle.j.
- (id) initWithPath: | (CPString) | aPath | [implementation] |
Definition at line 56 of file CPBundle.j.
+ (void) loadCibFile: | (CPString) | anAbsolutePath | ||
externalNameTable: | (CPDictionary) | aNameTable | ||
loadDelegate: | (id) | aDelegate | ||
[implementation] |
Definition at line 42 of file CPCibLoading.j.
+ (void) loadCibNamed: | (CPString) | aName | ||
owner: | (id) | anOwner | ||
loadDelegate: | (id) | aDelegate | ||
[implementation] |
Definition at line 49 of file CPCibLoading.j.
- (void) loadWithDelegate: | (id) | aDelegate | [implementation] |
Definition at line 116 of file CPBundle.j.
+ (CPBundle) mainBundle | [implementation] |
Definition at line 51 of file CPBundle.j.
- (id) objectForInfoDictionaryKey: | (CPString) | aKey | [implementation] |
Definition at line 109 of file CPBundle.j.
- (Class) principalClass | [implementation] |
Definition at line 90 of file CPBundle.j.
- (CPString) resourcePath | [implementation] |
Definition at line 80 of file CPBundle.j.