Package org.rococoa

Interface Summary
NSClass Marker interface that an OCObject represents a Class.
NSObject  
NSObject._Class  
 

Class Summary
Foundation The core of Rococoa - statics to handle selectors and messaging at a function call level.
ID Represents an Objective-C ID.
IDByReference Used when we need to pass an ID to be filled in by called code.
NSClass._Class  
NSObjectByReference Used to retrieve an NSObject as an out param.
Rococoa Static factory for creating Java wrappers for Objective-C instances, and Objective-C wrappers for Java instances.
Rococoa.ProxyID  
Selector  
 

Enum Summary
StringEncoding  
 

Exception Summary
RococoaException  
 

Annotation Types Summary
ReleaseInFinalize Marker to allow us to disable CFRelease'ing an id when its Java proxy is finalized.
ReturnType Annotation to specify or disambiguate the return type of a method.
RunOnMainThread Marker that the methods of an NSObject should be invoked on the main Cocoa thread.
 



Copyright © 2009. All Rights Reserved.